inf health script roblox local Player = game.Players.LocalPlayer local Character = Player.Character local Humanoid = Character.Humanoid print('Infinite health active..') Humanoid.MaxHealth = 999999 Humanoid.Health = Humanoid.MaxHealth / 2000 Humanoid.HealthChanged:connect(function() if Humanoid.Health < 99 then inf health script roblox PasteShr inf health script roblox Humanoid.Health = Humanoid.MaxHealth end end) -- Made by guest - edited by me inf health script roblox