I am making a obby game, where there are checkpoints that require a gamepass.
The script should ask a player to buy the gamepass (if it’s not already done) when he walks on it and should then put his coordinates in a Vector3 Value from the workspace.
Unfortunate, something isn’t working. When you walk on it, nothing happens.
The ‘‘local Coordinates’’ is the Vector3 Value from the workspace.
You were right. The function wasn’t even triggered. But the problem now is, that I don’t know how to trigger it now. I already tried with a Touch event and with a Proximity Prompt. Can someone help me with that?