OnTickUsage​Called each tick (defined by the tick rate of the server)For better performance, avoid using heavy calculations in this hookNo return behaviorExamples​void OnTick(){ // Do lightweight stuff}Copy