Hello! I wanna create dress up system with custom accessories which can be bought.
I tried to create it with intvalues e.g. if intvalue = 0 then button with accessory isn’t visible
elseif intvalue >= 1 then button with accessory is visible
I hope I can make it more stable and better
1 Like
A bit uncertain what you’re looking for.
i want to create inventory gui with custom in-game accessories. I need advice on implement my idea
What type of sorting are you looking for? You could assign each accessory a Category ID, and then set their UI layoutOrder to the Category ID, or even Item ID
You could use table.sort to sort your items with any order you’ll want it to be.
I would like to know further more what you mean by that?
You could just have multiple folders in replicated storage with the assorted accessory buttons and when you click on a category then it moves those Guis into the gui to be shown and then back again when a differant category is picked. That is if that is what you ment.