ADVERTISEMENTREMOVE ADS
Game icon

kill all script

HACK BATTLES! 💥
1 month ago
Script preview thumbnail
Script Preview

Description

ADVERTISEMENTREMOVE ADS
13 Lines • 428 Bytes
Raw
local players = game:GetService("Players")
local event = game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("HitCharacter")
local localPlayer = players.LocalPlayer
while true do
task.wait(.1)
for _, player in pairs(players:GetPlayers()) do
if player ~= localPlayer and player.Character then
local args = {player.Character}
event:FireServer(unpack(args))
end
end
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS