This, isn't a request... I have a problem with my OnTouch script, I feel like the problem is more of a roblox problem. However, this is what happens: When I touch the desired block, the script works fine. But when I move around (take note that I'm still on the desired block) my OnTouchEnded executes.
I want OnTouch to run only once when the player gets on the block (I'd also like if the player can freely move around the block without any interruptions), then after the player steps off the block, my OnTouchEnded will execute.
I appreciate any help! Send any links to help me achieve my goal! Thank you!