- getgenv().a = true
- while a do task.wait()
- for i = 1,100 do
- task.spawn( function()
- local args = {
- [1] = "ActivatePower",
- [2] = "SkillNameHere" --Replace with Skill Name e.g: Erasure
- }
- game:GetService("ReplicatedStorage").Events:FindFirstChild("Powers/RemoteFunction"):InvokeServer(unpack(args))
- end)
- end
- end