SynTimer
Documentation of Synapse Z SynTimer class
Field | Type | Description |
---|---|---|
Enabled | bool | whenever the timer is enabled or not |
RepetitionCount | number | how much times would the timer repeat |
Interval | Duration | interval between each timer elapse |
TimeLeft | Duration | time left before next elapse |
LastElapsed | Duration | last time the timer elapsed |
OnElapsed | RBXScriptSignal | the event on elapse |
NOTE: the timer starts once you set Enabled to true