Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. script.Parent.MouseButton1Click:Connect(function()
  2.     local rootPart = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  3.     rootPart.CFrame = CFrame.new(15, 10, 0) -- Change this to the location of where you want the player to teleport to!
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement