View difference between Paste ID: J1WBZ2wP and uHL2RnJb
SHOW: | | - or go back to the newest paste.
1
for v,i in pairs(game.Players:GetChildren()) do
2-
	i.Character.Humanoid.MaxHealth = 0
2+
	i.Parent.LoadCharacter()
3
end