firetouchinterest
Triggers a Touched
event on a BasePart
with the other wanted part.
Parameter
part
- The part initiating the touch.part2
- The part to be touched.toggle
- Determines the touching event trigger.false
- Starts the Touched event. (Touch, internally).true
- Ends the Touched event. (Untouch, internally).
Example
Last updated