firetouchinterest
Avoid implementing in Luau
This function should not be implemented in Luau. Doing so exposes you to easy detection vectors.
firetouchinterest
simulates a physical touch event between two BasePart
objects. It can emulate both the start and end of a Touched
event.
Parameters
Parameter | Description |
---|---|
part1 |
The initiating BasePart . |
part2 |
The BasePart that should be touched. |
toggle |
Whether to simulate touch start or end. false or 0 simulates touch; true or 1 simulates un-touch. |