Advertisement
B3treis

Spiked script

Dec 14th, 2024
867
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 1 0
  1. while true do
  2.  
  3. --U need to change the "YourName" for u roblox name (not the display)
  4.  
  5. -- jump power
  6.  
  7. game.Workspace["Alive Folder"].YourRobloxName.Humanoid.AutomaticScalingEnabled = false
  8. game.Workspace["Alive Folder"].YourRobloxName.Humanoid.JumpHeight = 20 -- u can change it if u want
  9. game.Workspace["Alive Folder"].YourRobloxName.JumpChargeMeter.Value = 200
  10.  
  11. -- spike strengh
  12. game.Workspace["Alive Folder"].YourRobloxName.SpikeChargeMeter.Value = 400
  13.  
  14. -- stamina
  15. game.Players.LocalPlayer.PlayerScripts.Stamina.Value = 5000000
  16.  
  17.  
  18.  
  19. wait()
  20. end
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement