Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = game:service'Players'.LocalPlayer -- you don't need to change this (only for noobs who doesn't know how 2 lua)
- mouse = plr:GetMouse() -- dont change ok
- mouse.Button1Down:connect(function()
- position = mouse.Hit.p
- for i = 1,10 do
- wait(.1)
- plr.Character:MoveTo(position)
- end
- end)
- warn('MouseTP Injected')
Advertisement
Add Comment
Please, Sign In to add comment