Advertisement
PAINTEX_TM

Ctrl + Click TP script

Jan 18th, 2021
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. plr = game.Players.LocalPlayer hum = plr.Character.HumanoidRootPart mouse = plr:GetMouse() mouse.KeyDown:connect(function(key) if key == "e" then if mouse.Target then hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) end end end)
  2.  
  3. plr = game.Players.LocalPlayerÂ
  4. hum = plr.Character.HumanoidRootPart
  5. mouse = plr:GetMouse()Â
  6. mouse.KeyDown:connect(function(key)Â
  7. if key == "e" thenÂ
  8. if mouse.Target thenÂ
  9. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)Â
  10. endÂ
  11. endÂ
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement