Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to make "anti-touched" event?

Asked by
NorteX_tv 101
5 years ago

I need an event for when person is LEAVING touch part, so he steps out. I called it "anti-touched", because it needs to trigger when person last touches the part.

I hope it explains, if not, please ask, do not send false answers.

1 answer

Log in to vote
1
Answered by 5 years ago
Edited 5 years ago

It's called "TouchEnded"

Whenever you have a question like this, be sure to check the API on the wiki.

This information was in the "Events" section of the "Part" page right below the Touched event: https://www.robloxdev.com/api-reference/class/Part

If this helps you please mark it correct, but if you have more questions comment below :)

0
Thanks, that should solve that problem, I would search API if I know the name of that event, I tried something like "DeTouch" :P NorteX_tv 101 — 5y
0
If you have trouble finding the name of the event, try searching the name of the object ("Part", "TextButton", etc) and there should be a list of events on the page vanilla_wizard 336 — 5y
Ad

Answer this question