I’m really confused on how to do this, how would i make it so they can teleport to their current stage?
1 Like
You can check what stage they are on, and if you are using a leaderstats
version, you can get the Value to their Stage, and have the game look for it.
Then you can move the Player using MoveTo
or PivotTo
Player.Character:MoveTo(Position)
Player.Character:PivotTo(CFrame)
1 Like
You can probably use this module -
1 Like
thanks, but its not for checkpoints its for teleporting into your current checkpoint
It’s even for checkpoints. It has all the instruction. You just need to use some code present in that.