TouchEnded (Event)
From Legacy Roblox Wiki
TouchEnded ( BasePart otherPart ) | |
Description | Fired when otherPart stops touching this object. |
---|---|
Member of: | BasePart |
Example
game.Workspace.Part.TouchEnded:connect(function(otherPart) print(otherPart.Name) end)