How would I constantly detect onTouch?

Is there any way to have a script always detecting if someone is inside the block? onTouch only seems to activate once when someone touches a block until they leave the area and touch it again. How would I allow it to be constantly activating if someone is in a block?

1 Like

Use a while loop for it to repeat

1 Like

You could use Region3 and FindPartsInRegion3

1 Like

Use region3, with this you can detect if a part is completely inside a part.
I suggest checking if the HumanoidRootPart is inside of a part with Region3.

1 Like

You could use region 3 or disable the script until a certain cooldown is over.