Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. me = game.Players.LocalPlayer
  2. char = me.Character
  3. rj = char.HumanoidRootPart.RootJoint
  4. mouse = me:GetMouse()
  5. while wait() do
  6. rj.C1 = rj.C1 * CFrame.new(mouse.hit.x,mouse.hit.y,mouse.hit.z)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement