infinite 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 infinite health script roblox How to dowload it? infinite health script roblox Humanoid.Health = Humanoid.MaxHealth end end) -- Made by guest - edited by me infinite health script roblox