API ReferenceTicksClientStartWorldOn this pageStartWorld Type: function Run the specified function on the start of the client world tick. Parameters ParameterTypeDescriptionfunctionfunctionThe function to run at the start of the client world tick. Returns Nothing. Example Minecraft.Ticks.Client.StartWorld(function() end)