Creating a GUI version of the roblox catalog?

I want to achieve the look of a fully working catalog avatar selection menu
The gui would include the following:

  • Search for items
  • Category’s such as (Classic Shirts, Classic Pants, Face, etc)
  • Able to click an item and add it to their in game avatar

I tried looking for an answer on how to achive this but no luck as I don’t know how to use the catalog API.

Would this require some sort of proxy?

1 Like

Yes. Roblox does not allow direct API requests.

I would recommend checking the documentation. It is quite hard to explain when there are many different API endpoints. I made a tutorial on the basic way to use the API endpoints but there are soo many it is hard to explain them all.