infinite health roblox --Infinite health script local PlayerUserName = "YourUsername" wait(1) while true do wait() game.Workspace[PlayerUserName]:FindFirstChild("Humanoid").MaxHealth = math.huge game.Workspace[PlayerUserName]:FindFirstChild("Humanoid").Health = math.huge end infinite health roblox