[ad_1]
Created by BaconLord
Features:
- COLLECT LOOTBAGS AND ORBS
spawn(function()
while wait () do
for i,v in pairs(game.Workspace["__THINGS"].Orbs:GetChildren()) do
if v:IsA("Part") then
v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
end end end end)
spawn(function()
while wait () do
for i,v in pairs(game.Workspace["__THINGS"].Lootbags:GetChildren()) do
if v:IsA("MeshPart") then
v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
end end end end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]