Functions: AutoCollect drop

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy 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

Leave a Comment