API ReferenceTicksClientEndOn this pageEnd Type: function Run the specified function on the end of the client tick. Parameters ParameterTypeDescriptionfunctionfunctionThe function to run at the end of the client tick. Returns Nothing. Example Minecraft.Ticks.Client.End(function() end)