[ad_1]
Created by NyokAstley
Features:
- AUTO COLLECT
local plr = game:GetService("Players").LocalPlayer
local plrId = plr.UserId
local replStorage = game:GetService("ReplicatedStorage")
local dropsFolder = replStorage.Drops[plrId]
for i,v in pairs(dropsFolder:GetChildren()) do
replStorage.Remotes.PickRE:FireServer(v.Name)
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]