Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 505 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 505 Bytes

Timer Class

Timer module made by tomas7777 for use in Roblox games.

Lets you create and manage OOP-like timers with ease. Includes events (that can be binded to callbacks) and useful functions for pausing, stopping, resetting and forcefully timing out timers. Supports creating fixed frequency loops that don't rely on wait(), run on a separate thread, and can be stopped at any time.

Model page: https://www.roblox.com/library/4988481819/Timer-Module