DrakerMaker

Old Video Game Movement

Oct 31st, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. owner.Character.Humanoid.WalkSpeed = 0
  2. owner.Character.Humanoid.JumpPower = 90
  3. script.Parent = owner.Character
  4. while wait(1/16) do
  5. owner.Character:TranslateBy(owner.Character.Humanoid.MoveDirection)
  6. end
Add Comment
Please, Sign In to add comment