Is there a way to know if a part is still touching another part

I know about Touched and TouchEnded But is there something like a while touched like it keeps firing while a part is touching a part I need to know

Just make the connected Touched function have a while loop and then have TouchEnded set the state variable for exiting the loop

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.