Guest User

CLICK TP | by Artur Bojoga

a guest
May 6th, 2019
1,765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local mouse = plr:GetMouse()
  3.  
  4. mouse.Button1Down:connect(function()
  5. plr.Character:MoveTo(mouse.Hit.p + Vector3.new(0, 2, 0))
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment