Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- Player.Character.Head.CFrame = game.Workspace.Checkpoints:WaitForChild("1").CFrame + Vector3.new(0,8,0)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement