Advertisement
Axelpuff

Invincibility

Jul 13th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. --Invincibility--
  2. local Player = game.Players.LocalPlayer
  3. local Character = Player.Character
  4. local Humanoid = Character.Humanoid
  5. local FF = Instance.new("ForceField")
  6. FF.Parent = Character
  7. FF.Visible = false
  8. Humanoid.MaxHealth = math.huge
  9. Humanoid.Health = math.huge
  10. Humanoid.HealthChanged:connect(function()
  11. Humanoid.Health = math.huge
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement