How can i get All Accessories on platform Using Catalog API

I am currently working at simple catalog for my game.
Ive looked at some games, and found Catalog Avatar Creator. This game has basically every accessory on roblox platform.

I dont want to limit my players with only a few accessoriers, but i also dont want to add every accessory by hand.

How can i use Catalog API to get all the accessoriers on roblox?

hello!

take a look at AvatarEditorService, specifically:

and perhaps

AvatarEditorService basically allows you to interact with the roblox catalog api without using any proxies or anything like that.

also, for actually giving players accessories, use InsertService:LoadAsset(assetId)

good luck!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.