Launch Into Space Simulator: Auto Collect

Script Credit :- -
Features

Launch Into Space Simulator: Auto Collect

 

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

getgenv().autofarmnationbyjaz = not getgenv().autofarmnationbyjaz task.spawn(function()Auto Collect while task.wait() do if not getgenv().autofarmnationbyjaz then break end for i,v in pairs(game:GetService("Workspace").DROPS:GetChildren()) do v.CFrame = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame task.wait() end end end)