lollolooloo

Tp (t) to tp roblox gui

May 4th, 2021 (edited)
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. credit= sk8r
  2.  
  3.  
  4. clicktpon = true                    
  5. plr = game.Players.LocalPlayer
  6. hum = plr.Character.HumanoidRootPart
  7. mouse = plr:GetMouse()
  8. mouse.KeyDown:connect(function(key)
  9. if key == 't' then
  10. if mouse.Target then
  11. if clicktpon then
  12. hum.CFrame = CFrame.new (mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  13. end
  14. end
  15. end
  16. end)
Add Comment
Please, Sign In to add comment