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