What do you want to achieve?
I want to make a list which is ordered depending on a value. An example is in simulator games, best pets are put at the top of a list.
What is the issue?
I have been looking for UIConstraints but they only show Alphabetical Order or Layout Order in explorer.
What solutions have you tried so far?
I have looked all over YouTube for solutions but, well, nothing.
I don’t know if this is to do with scripting but I hope you can find a solution because if it is possible with evidence, it is possible.
You could try using UIGridLayout, and put the Order to Name, and put Numbers to the UI Names. Tell me if you need more information about it, and I hope you have a good day!
These boxes with objects are the cells that need ordering.
However they are named.
What I want to do is it will put a value in the text button and the highest value is at the top of list, and lowest is at bottom.
I can’t really explain it, but you could somehow make it so if the Player owns that Item, then it’ll be in that position, bla bla bla, but that’s probably almost impossible cause you’ll have to check if there is another Item with greater value, which will be in that position instead, bla bla bla…just forget about it. I personally just suggest the UIGridLayout or UIListLayout. Have a good day btw