This may have already been answered but I haven’t found any good explanations for it. I have a shop with items in it but I have no clue how to change the order in the scrolling frame. The reason I am putting this in #help-and-feedback:scripting-support and not #help-and-feedback:art-design-support is because I am wondering if you need to use a script to order it.
I have a shop with items in it
Is it a UI shop?
Yes it is it has viewport frames in it
Are you using any UIConstraints like UIGridLayout? If you’re using UIGridLayout or UIListLayout I think it’s according to the order of :GetChildren(), but if not, you can just change the ViewportFrames’ position.
I am using a UI grid layout. So I should use get children and assign the index value?
For my pet system I just changed the layout order of individual frames if I wanted them to be higher/lower on the list. Do you want something like that or different?
Hey man! That worked I didn’t think it would be that easy! I didn’t even know that was an option.
Yes, I don’t have studio open right now, but if I am remembering right: lower layout order = higher on the list and vice versa. Good luck