Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- the local amount can be set to more than 100 if you have more than 5000 bait crates or any item, i recommend setting it to 20 if you dont have more than 1000 crates
- local amount = 100
- for i = 1,amount do
- task.spawn(pcall, function()
- game:GetService("ReplicatedStorage").events.SellAll:InvokeServer()
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement