Advertisement
TheFlamingBlaster

defender

Feb 25th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. -- Defender 1.0.0(tm) , by TheFlamingBlaster
  2. -- This program/script may be modified in any way, as long as the user gives credit to the creator
  3. local plr = game.Players.LocalPlayer
  4. local char = plr.Character
  5. local humanoid = char.Humanoid
  6.  
  7. function hooman()
  8. Instance.new("ForceField",char)
  9. humanoid.MaxHealth = math.huge
  10. humanoid.Health = math.huge
  11. humanoid.WalkSpeed = 64
  12. humanoid.JumpPower = 150
  13. char.ForceField:Destroy()
  14. end
  15. char.Humanoid.Changed:connect(hooman)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement