Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p=Instance.new("Part",workspace)
- p.Name = "Base"
- p.CFrame = Workspace.Base.CFrame + Vector3.new(0,5000,0)
- p.Anchored = true
- game.Players.LocalPlayer.Character:MoveTo(p.Position)
Advertisement
Add Comment
Please, Sign In to add comment