Heres one idea: for whatever item you want to be filtered give it a stat. So if your trying to filter pets, when you make the pat give it a stat named small, big, ect. Whenever the player checks a box that is the same then hide every other GUI. If thats what you were asking for then i hope that helped!
I was trying to get more like an organizing filter instead. Basically, I would click By Highest, then the highest rarity items would be on the top, then the less valuable items, and so on.
There is a property called LayoutOrder under UI elements which determines the placement of the element in the effect of UIListLayout, UIGridLayout, etc.
You can make things sort alphabetically using a property inside UILayouts.
I can only see Alphabetical and LayoutOrder?
But do I customize the layout order to sort the buttons by rarity for example? Or Inverse Alphabetical order?
Basically, is there a way to customize the layout order?
Is there a tutorial somewhere about that? Or documentation about LayoutOrder