local args = { [1] = "Grunt", [2] = math.huge } getgenv().killall = true while true do if getgenv().killall then game:GetService("ReplicatedStorage"):WaitForChild("Packages"):WaitForChild("Knit"):WaitForChild("Services"):WaitForChild("FightingService"):WaitForChild("RF"):WaitForChild("KilledEnemy"):InvokeServer(unpack(args)) task.wait(0.1) end end