Advertisement
Guest User

Speed, Jump & No Fall Damage Script

a guest
Nov 21st, 2016
20,197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --Change RobloxExpIoits name to your name--
  2. game.Workspace.RobloxExpIoits.Humanoid:Remove();
  3. wait (2)
  4. Instance.new("Humanoid", game.Players.RobloxExpIoits.Character)
  5. game.Workspace.RobloxExpIoits.Humanoid.WalkSpeed = 200 --Set This to the speed you want--
  6. game.Workspace.RobloxExpIoits.Humanoid.JumpPower = 100 --Set This to the power you want--
  7. --Made by Youtube/Purest--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement