www.roblox-scripter.com

Roblox codes

Minion Simulator script – (AutoCollect drop)

Functions: AutoCollect drop

Script developer: whybiee
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					while wait(0.5) do
   for _,v in pairs(game:GetService("Workspace").Loaded.Drops:GetDescendants()) do
       if v.ClassName == "Part" then
           v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
       end
   end
end