Created by reavreav
Features:
COLLECT LOOTBAGSDEV NOTES:
it collect lootbags on spawn
use an autofarm to grind tech world and collect every shit that pop off with this
if your pet are good enough and can grind fast all the diamonds in tech world you can get around 150/250k every minute, Pet with Diamonds V and Royalty can probably give a better gain
game:GetService("Workspace")["__THINGS"].Lootbags.ChildAdded:Connect(function(child)
child.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
for i,v in pairs(game:GetService("Workspace")["__THINGS"].Lootbags:GetChildren()) do
if v.ClassName == "MeshPart" then
v.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
end)