Advertisement
AmZayx

Ctrl+Click TP ROblox 2021

May 17th, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local Plr = game:GetService("Players").LocalPlayer
  2. local Mouse = Plr:GetMouse()
  3.  
  4. Mouse.Button1Down:connect(
  5. function()
  6. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then
  7. return
  8. end
  9. if not Mouse.Target then
  10. return
  11. end
  12. Plr.Character:MoveTo(Mouse.Hit.p)
  13. end
  14. )
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement