ADVERTISEMENTREMOVE ADS

Kill All (Not Looped)

Script preview thumbnail
Script Preview
kr
kr4sk

Description

kill everyone in the server farm kills

Features:

  • Kill All
ADVERTISEMENTREMOVE ADS
16 Lines • 569 Bytes
Raw
-- this script is not looped since my old one made people games crash so I removed
local p = game:GetService("Players")
for i,KILL_ALL in ipairs(p:GetPlayers()) do
local args = {
[1] = "Knife",
[2] = KILL_ALL.Name,
[3] = {
[1] = "Hell",
[2] = "Torso",
[3] = Vector3.new(0.10178784281015396, -0.027272216975688934, 0.22670568525791168),
[4] = "Default"
}
}
workspace:WaitForChild("GameMain"):WaitForChild("Triggers"):WaitForChild("ServerRequest"):WaitForChild("Damage"):FireServer(unpack(args))
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS