View difference between Paste ID: ZcHm6u29 and vS2wL5mG
SHOW: | | - or go back to the newest paste.
1-
1+
2
while true do 
3
wait() 
4
for _, v in pairs(game.Players:GetChildren()) do 
5-
if game.Players.Meti2000.Character.Humanoid.Health <1 then 
5+
v:Remove()
6-
msg = Instance.new("Message") 
6+
end
7-
msg.Parent = workspace 
7+
end