Hello developers. I am currently working on a story game and am wondering how I can find if a player is touching something. In most story games, there is a timer and you need to complete an obby. If you don’t complete it, you die. I am trying to do something like that. Any help is appreciated!
Can you really use the touched event? I am talking about touching rather than touched
You can always use alternatives, like detecting player’s position in a certain area with a while
loop. Also TouchEnded
exists, meaning you can properly script what happens when touching starts and finishes.
1 Like
Thank you for helping me with this!
I know i’m a bit late to the party but have you seen this?
I haven’t used it yet but you could make your finish line of your obby a “zone”
Wow this is going to be much easier to use! Thank you!
1 Like