Wearing list ui

Hello! I’m creating custom avatar editor and i need wearing tab. I read that I should use GetAccessories but how can i output separate accessories into separate buttons and set name of this accessory(like in marketplace) and picture
Screenshot_1

:GetAccessories() can be used to get an accessory’s id, which can be used to get the accessory’s name and much more.

Use GetAccessories() and get all the names, ids etc and store it in a table/dictionary. You can then iterate through the table/dictionary and create a new button for each accessory