Roblox: how to place a player in a specific position – Stack Overflow

use the MoveTo() function: local plr = game.Players.LocalPlayer plr.Character:MoveTo(CFrame.new(500, 5, 50)).
View full source