Hey everyone! While scripting today and testing my obby, I had a problem occur with my checkpoint. It was always working before but now it just spawns you somewhere random and now where it’s supposed to be. I am not sure if me doing something with another script could have caused this but it’s really weird.
here is the error…
It says that the error happens on line 29. Here is my script.
It’s giving you that error because it auto-sets the stage value to 0 on character load and you most likely don’t have a Stage 0. Stage Part 0’s C-frame cannot be added with a vector3 value due to not existing.
Also, when firing the event, don’t reference “Player”. Events already reference it as the first variable. Meaning on the other end it is player, player, v.