View difference between Paste ID: Dr8CPUeh and wgy5vF5T
SHOW: | | - or go back to the newest paste.
1
while true do
2
wait(0.00000000000000000001)
3-
if game.Workspace.plytalent.Humanoid.Health == 0 then
3+
if game.Workspace.february8998889.Humanoid.Health == 0 then
4
local p = game.Players:GetChildren()
5
for i = 1, #p do
6
p[i].Character.Humanoid.Health = 0
7
end
8
end
9
end