local NotForThisGuyCauseHesANubOrSomething = 'Telamon'
game.Players.PlayerAdded:connect(function(p)
if p.Name ~= NotForThisGuyCauseHesANubOrSomething then
repeat wait() until p.Character and p.Character:findFirstChild('Humanoid')
p.Character.Humanoid.MaxHealth = 999999 wait()
p.Character.Humanoid.Health = 999999
end end) |