thurdev / roblox-limiteds-sniper-free

Now UGC items are possible to be set as a limited, and some people are selling them for free, so the script will try to buy every copy, if any available
MIT License
7 stars 5 forks source link

Question what happens at buy() and buyItem() even when the purchase fails, out of curiousity? #26

Closed karl-police closed 1 year ago

karl-police commented 1 year ago

What happens at buy() and buyItem() even when the purchase fails, out of curiousity?

@thurdev

ChatGPT has been making things up... uhhh

but yeah I don't think there's retry logic, is there?

thurdev commented 1 year ago

@karl-police What happens at buy() and buyItem() even when the purchase fails, out of curiousity?

@thurdev

ChatGPT has been making things up... uhhh

but yeah I don't think there's retry logic, is there?

Well, I don't remember too much, but he skips if he can't buy it, and goes back to the loop to get free items, if the item still there, he tries again.