Skip to main content

ForTicks

Type: function

Run the specified function every tick.

Parameters

ParameterTypeDescription
functionfunctionThe function to run every tick.

Returns

Nothing.

Example

Minecraft.Ticks.Client.ForTicks(function() 

end)