Find any script for Roblox

Enter the name of the game or script.

Script – Control Army!

Thank you for using our website
Your script:

NO KEY

while wait() do
local args = {
    [1] = "Attack",
    [2] = workspace.Objects:FindFirstChild("mob name here")
}
game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
end