IT WORKS! game:GetService("Players").PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(o) if game:GetService("GamePassService"):PlayerHasPass(player, ########## then local a=o:WaitForChild("Humanoid") a.MaxHealth = 1000 a.Health = a.MaxHealth end end) end)