Advertisement
turrtle

Untitled

Nov 4th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Mouse = game.Players.LocalPlayer:GetMouse()
  2. Mouse.KeyDown:connect(function(key)
  3. if key == "r" then
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Mouse.Hit + Vector3.new(0,2,0)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement