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.
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.
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.
You can use :GetTouchingParts()
, these are some threads you may find helpful!
hth!