Lua Timers
THIS MOD IS API AND LITERALLY DON’T CHANGE ANYTHING
Explanation: https://pastebin.com/z3JmKBtL
Available functions:
timer:Simple(delay, function)
timer:Create(name, delay, repetitions, function)
timer:Remove(name)
timer:Exists(name)
timer:Start(name) – fully restarts (recreates) the timer
timer:Pause(name)
timer:UnPause(name)/timer:Resume(name)
timer:Toggle(name)
timer:TimeLeft(name)
timer:NextTimeLeft(name)
timer:RepsLeft(name)
Free to use by anyone. Mention of the author is welcome but not required!
Workshop ID: 2875394066
Mod ID: LuaTimers