Jump_off_a_cliff

Roblox WalkSpeed & JumpPower Script

Jan 27th, 2022 (edited)
187
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.79 KB | None | 0 0
  1. local HowFastYouWantToWalk = 50 -- CHANGE THAT TO WHATEVER YOU WANT
  2. local HowHighYouWantToJump = 100 -- CHANGE THAT TO WHATEVER YOU WANT
  3.  
  4. local plr = game.Players.LocalPlayer
  5. local char = plr.Character
  6. local h = char.Humanoid
  7. h.WalkSpeed = HowFastYouWantToWalk
  8. h.JumpPower = HowHighYouWantToJump
  9.  
  10. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  11. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  12. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  13. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  14. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  15. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  16. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  17. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  18. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  19. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  20. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  21. print("Made by Jump_Off_A_Cliff on Pastebin!") --Please don't delete I Just want to be in the console!!!!
  22. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  23. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  24. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  25. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
  26. --[[ I don't care about obfuscating this script as it's super easy and simple to make]]
Comments
  • Dlguy
    1 year
    # Lua 0.15 KB | 0 0
    1.  
    2. local h = game.Players.LocalPlayer.Character:FindFirstChildWichIsA(‘Humanoid‘)
    3. h.WalkSpeed = HowFastYouWantToWalk
    4. h.JumpPower = HowHighYouWantToJump
Add Comment
Please, Sign In to add comment