Skip to content

touch_end

LLEvents:on("touch_end", function(NumberOfTouches: number)
-- ...
end)

This event is raised when a user stops touching the object the script is attached to. The number of touches is passed to the script in the parameter.

Information on those objects may be gathered via the llDetected* library functions.

Parameters
NumberOfTouches (number)

Add example usage here showing how to handle the touch_end event in SLua/Luau.

Add additional notes, caveats, or tips specific to using this event in SLua/Luau.