Build Tower Simulator Script | KILL EVERYONE

Created by TROLOLOLO

Features:

local player = game:GetService'Players'
local args = {
   [1] = "bossHit",
   [2] = {
       [1] = player.LocalPlayer.Character,
       [2] = v.Character
   }
}

---after local script and stuff

while task.wait() do
for i,v in pairs(player:GetPlayers()) do
game:GetService("ReplicatedStorage").BossSkill.BossSkillHit:FireServer(unpack(args))
end
end