Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script created by SpeedSterMaster
- -- Roblox Scripting is Really Easy.
- -- Created by SpeedSterMaster, Check me out on YouTube
- -- Doing simple Stuff, Such as Giving Player Humanoid or JumpPower
- -- Starting with Humanoid Walkspeed --
- game.Workspace.PlayerUsername.Humanoid.WalkSpeed = 100 -- Set this to your Speed
- -- In PlayerUserName type your Roblox UserName and Set your Speed --
- -- Now we are Going to Set up Our Health --
- game.Workspace.PlayerUsername.Humanoid.Health = 500 -- Set this to your Health
- game.Workspace.PlayerUsername.Humanoid.MaxHealth = 1000 -- Set this to your Max Health, Different from your Health
- -- MaxHealth is your Max Health and your Health is your Health when you Join. --
- -- Now we are going to set up Our Last One, JumpPower aka Gravity --
- game.Workspace.PlayerUsername.Humanoid.JumpPower = 90 -- Set this to your Gravity aka Jump Power
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement