ScrapBlox1
(ScrapBlox)
December 23, 2022, 7:13pm
#1
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.
How to use the Roblox web API endpoints?
Greetings everyone!
In this tutorial I will be explaining how you can use the Roblox web API endpoints. I decided to create this post because I know from personal experience I found it hard to learn how to use the API endpoints due to there being no real tutorial on how to use them and also no real YouTube videos; the only videos on YouTube is how to use things like Noblox.js which is good but not if you want to learn how to use the API directly so I wa…