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