Event
Server.Tick
Triggered every 33ms by default<br/><br/>Caution: Only small operations should be performed here, otherwise this can lead to server lag and delays
Syntax
Server.Subscribe("Tick", function(delta_time)
-- il tuo codice
end)
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
delta_time
|
float | — | — |