Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Defender 1.0.0(tm) , by TheFlamingBlaster
- -- This program/script may be modified in any way, as long as the user gives credit to the creator
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local humanoid = char.Humanoid
- function hooman()
- Instance.new("ForceField",char)
- humanoid.MaxHealth = math.huge
- humanoid.Health = math.huge
- humanoid.WalkSpeed = 64
- humanoid.JumpPower = 150
- char.ForceField:Destroy()
- end
- char.Humanoid.Changed:connect(hooman)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement