[ad_1]
Created by popvipi
Features:
for i,v in pairs(game:GetService("Workspace").Enemies:GetDescendants()) do
if string.match(v.Name, "EnemyDefeat") then
v:Destroy()
end
end
for i,v in pairs(game:GetService("Workspace").Enemies:GetDescendants()) do
if string.match(v.Name, "PlayerDamage") then
v:Destroy()
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]