Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Invincibility--
- local Player = game.Players.LocalPlayer
- local Character = Player.Character
- local Humanoid = Character.Humanoid
- local FF = Instance.new("ForceField")
- FF.Parent = Character
- FF.Visible = false
- Humanoid.MaxHealth = math.huge
- Humanoid.Health = math.huge
- Humanoid.HealthChanged:connect(function()
- Humanoid.Health = math.huge
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement