Problem
Roblox recently started rate limiting a specific api route that I used often, and it has effectively become a burden to manage. I use the https://inventory.roblox.com/docs#!/Assets/get_v1_assets_assetId_owners endpoint to collect information about an asset’s total copies, bc copies, deleted copies, and more. Now though, it requires a lot more time and much more effort to send more than one request because of the non deterministic rate limit.
Is there anyway around this? If Roblox simply gave developers API tokens to interact with their service it’d be so much easier… heck, I’d even pay for it.