Advertisement
GojiGaming1337

Untitled

May 6th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. mouse = script.parent.parent:GetMouse()
  2.  
  3.  
  4. mouse.KeyDown:connect(function(key)
  5. if key == "t" then
  6. script.Parent.Parent.Character.Torosn.CFrame = CFrame.new(Mouse.Hit.p)
  7. end)
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement