ADVERTISEMENTREMOVE ADS
kill all
22,026 views
Script Preview
Description
This script Kills all Zombies for Endless of waves. !!! EXECUTE THIS SCRIPT IN LOBBY AND DON'T SHOOT ZOMBIES WHILE USING THIS !!!
Tested with
ADVERTISEMENTREMOVE ADS
11 Lines β’ 424 Bytes
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
while task.wait() do
game.ReplicatedStorage.UpdateDamageKey:InvokeServer(1);
for i,v in pairs(workspace.Baddies:GetChildren()) do
pcall(function()
v.Humanoid.Damage:FireServer({["Knifed"] = true, ["BodyPart"] = v.HumanoidRootPart, ["Damage"] = 9999999999999999999}, 1)
end)
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS





Comments