Skip to main content

StartWorld

Type: function

Run the specified function on the start of the client world tick.

Parameters

ParameterTypeDescription
functionfunctionThe function to run at the start of the client world tick.

Returns

Nothing.

Example

Minecraft.Ticks.Client.StartWorld(function() 

end)