Minion Simulator Script | AUTO COLLECT DROPS



Created by whybiee

Features:

  • AUTO COLLECT DROPS
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

ENJOY!

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