Timers
The timer module allows you to set up a script that happens after a certain duration or repeatedly at intervals.
This is useful for controlling animations, game logic, or delayed events.
By default, there are 4 different timers you can create, this can be extended on the Maximum Elements settings.
warning
The script will be invoked recurrently even if the previous execution did not finish due to being async.