ADVERTISEMENTREMOVE ADS
Game icon

kill all

Script preview thumbnail
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
Raw
--[[
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS