I am making a game that includes an inventory checker, and I just wanna know if there is a way to avoid/bypass the 100 item limit that the Roblox inventory API has.
Oh sweet, I was not aware of this. I’ll try this out and reply with the result.
Edit: Just reread it, I am not just looking for collectables, rather I am looking for regular inventory items. This is still a big help, but it wasn’t quite what I was looking for.
The idea is that you paginate through all the items using the next cursor parameter, fetching 100 items at a time. I think you should get the cursor as part of the response the first time you make a request, then you just need to send it with your next request etc.