How to do TouchEnded an alternate way with it not firing every time I move

So basically, I was making a game about a tycoon and stuff. Until, I tried making something that uses .TouchEnded, but it keeps firing whenever I move. Is there an alternate way to do this?

Thanks, Vaelkarr.

1 Like

This probably occurs because when your feet touch a part, they’re constantly lifting their feet off the part. You could use an invisible part that covers the entire players body, or you could use Region3.

1 Like

You can use :GetTouchingParts(), these are some threads you may find helpful!

hth!