Advertisement
Guest User

Untitled

a guest
Jun 4th, 2020
1,415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. -- Script created by SpeedSterMaster
  2. -- Roblox Scripting is Really Easy.
  3. -- Created by SpeedSterMaster, Check me out on YouTube
  4. -- Doing simple Stuff, Such as Giving Player Humanoid or JumpPower
  5. -- Starting with Humanoid Walkspeed --
  6. game.Workspace.PlayerUsername.Humanoid.WalkSpeed = 100 -- Set this to your Speed
  7. -- In PlayerUserName type your Roblox UserName and Set your Speed --
  8. -- Now we are Going to Set up Our Health --
  9. game.Workspace.PlayerUsername.Humanoid.Health = 500 -- Set this to your Health
  10. game.Workspace.PlayerUsername.Humanoid.MaxHealth = 1000 -- Set this to your Max Health, Different from your Health
  11. -- MaxHealth is your Max Health and your Health is your Health when you Join. --
  12. -- Now we are going to set up Our Last One, JumpPower aka Gravity --
  13. game.Workspace.PlayerUsername.Humanoid.JumpPower = 90 -- Set this to your Gravity aka Jump Power
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement