Skip to content

llSetTimerEvent

function ll.SetTimerEvent(Rate: number)

Causes the timer event to be triggered every Rate seconds.

Passing in 0.0 stops further timer events.

Parameters
Rate (number)

Add example usage here showing SLua/Luau syntax with ll.SetTimerEvent().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.