All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Auto Collect

The Auto Collect code is below. Copy & inject it into the game. Enjoy!

for Index, Object in pairs(workspace:GetDescendants()) do
   if Object.Name == "Collected" then
       Object:FireServer()
   end
end