Advertisement
HAHOOS

Teleport Gui

Jun 5th, 2019
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2.  
  3. script.Parent.MouseButton1Click:Connect(function()
  4.     plr.Character.UpperTorso.CFrame = CFrame.new(Vector3.new())
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement