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