ADVERTISEMENTREMOVE ADS
Auto Collect! Keyless
37,844 views
Description
Hey guys this script is just auto collecting without you doing anything. you can just upgrade and upgrade without needing to go side to side
Features:
- Keyless
- free
- auto
- collect
- autocollect
Tested with
ADVERTISEMENTREMOVE ADS
10 Lines • 326 Bytes
while true do
for _, obj in pairs(game:GetService("Workspace").Objects:GetChildren()) do
local args = {
tonumber(obj.Name)
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("CollectObject"):FireServer(unpack(args))
end
wait(0.5) -- small delay to prevent lag or detection
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments