You are on page 1of 1

_G.

opfarm = true -- Make it false to stop

while _G.opfarm == true do


wait()
game:GetService("ReplicatedStorage").Functions.MakePost:FireServer()
end

You might also like