ADVERTISEMENTREMOVE ADS
Game icon

Kill Aura

Slashers Arena
1 year ago
Script preview thumbnail
Script Preview

Description

Very glitchy
Sometimes it works sometimes it doesn't

Features:

  • Kill Aura
ADVERTISEMENTREMOVE ADS
19 Lines • 536 Bytes
Raw
local kAura = true
while kAura and task.wait() do
for i,v in ipairs(game:GetService("Players"):GetPlayers()) do
if v ~= game:GetService("Players").LocalPlayer then
local args = {
[1] = "M1",
[2] = {
["Enemy"] = v.Character
}
}
game:GetService("ReplicatedStorage").Remotes.Combat:InvokeServer(unpack(args))
end
end
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS