Grass Cutting Incremental Script | AUTOFARM

Created by NoobieYeaMan

Features:

  • AUTOFARM
local lib = require(game:GetService("ReplicatedStorage"):FindFirstChild("EarnGrass"));

coroutine.resume(coroutine.create(function()
   while true do
       for _,some_grass in pairs(game:GetService("Workspace"):FindFirstChild("GrassObjects"):GetChildren()) do
           if some_grass:IsA("MeshPart") and some_grass.Name == "GrassCopy" and tostring(some_grass:FindFirstChild("Identifier").Value) ~= "magic" then
               lib.collect(some_grass, false);
           end
       end
       task.wait()
   end
end))

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS