Skip to content

timer

DEPRECATED
Please use delay instead. When using delay, pass the function name without quotation marks.

Description

timer is a Function
After a given delay, timer starts another function that will run at the same time as the function this is called from. The new function cannot cause the function this is called from to pause.

Example
timer("Toaster", 1.0, nil)
Usage

network usage: Any (Client or Server/Host)
returns: None
parameters:
- functionName (string)
- delay (float)
- arguments ((optional) Wildcard(s))