Info:
Hello! I’m currently trying to make a catalog avatar editor game, but to get the accessories, I’m using AvatarEditorService:SearchCatalog(), I’ve tried looking on the devforum, but couldn’t find anything
on getting more than 120 results, I don’t believe theres a parameter in the CatalogPages parameter which would allow me to start from a certain page.
I’ve also tried using API’s, specifically, catalog.roblox.com’s API, I’ve tried using the cursor parameters (which I think exist?) but still, nothing more than the first 120 results showed up.
Examples:
These are some games which I’m trying to recreate:
Summary:
I’m trying to surpass AvatarEditorService:SearchCatalog()'s max limit of 120 items by using API’s or by using a parameter I missed!
Any help is appreciated, even if it’s just a reccomendation