Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- --U need to change the "YourName" for u roblox name (not the display)
- -- jump power
- game.Workspace["Alive Folder"].YourRobloxName.Humanoid.AutomaticScalingEnabled = false
- game.Workspace["Alive Folder"].YourRobloxName.Humanoid.JumpHeight = 20 -- u can change it if u want
- game.Workspace["Alive Folder"].YourRobloxName.JumpChargeMeter.Value = 200
- -- spike strengh
- game.Workspace["Alive Folder"].YourRobloxName.SpikeChargeMeter.Value = 400
- -- stamina
- game.Players.LocalPlayer.PlayerScripts.Stamina.Value = 5000000
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement