while true do local args = { "@everyone unban me viperr" -- you can make this whatever you want } game:GetService("ReplicatedStorage"):WaitForChild("ModCallMessage"):FireServer(unpack(args)) game:GetService("ReplicatedStorage"):WaitForChild("ModCall"):FireServer(unpack(args)) wait(2.5) end