Leave the game and rejoin and be in the same exact place

1-Hi, I wanted to know if someone knew how to do that when you leave and re-enter, you appear in the same place where you left and not as the obby checkpoints does anyone know what I can do?

2-I think roblox doesnt have a way to do it

3-I tried to put a checkpoint really big with no collision and transparency 1 but i dont think that is the solution

Probably the best way to go for this could be to simply use Datastores and save the player’s CFrame (preferably their HumanoidRootPart CFrame) When they leave using the PlayerRemoving Method. Then when they join, fetch their saved CFrame value and set their HumanoidRootPart accordingly

3 Likes