How can i do this (if its possible) with the explorer

(this is a VERY dumb question, ive not been developing for a lil’ bit.)

So, im messing around with this UI template, seeing if its worth using, and ive had this question
image
i need to drag the “home” frame up to the top, so then the pages are in the correct order.
bare with me here, but how do i do this?

2 Likes

They’re sorted in alphabetical order, the only way to change it is to rename one.
This especially sucks because it doesn’t work well with numbers and as such lists of parts with ascending numbers often sort weirdly

thats dumb
well i guess ill just number them
i REALLY thought there was just a dumb solution but no??

I’m not sure about UI page layout, but you can remove all children and put it under something else temporarily, and then put the children in order on how you want it.

1 Like

That worked, TY, but for future reference, either numbering it or doing that works

This is not advisable.

Using LayoutOrder under each frame, you can specify what order to show the frames in the page layout.

In the UIPageLayout, select LayoutOrder under sorting order.

I’m not sure what you mean, but I think you mean by script. I don’t mean this. I meant while in studio.

Yes, this does not require scripts. You change the LayoutOrder property of the frame, to the order you want it to be in. i.e. the frame with a LayoutOrder of 1 will appear before the one with a LayoutOrder of 2, and so on and so forth. This can be done from the properties tab and requires no scripting. More importantly, any future updates to the frames in your gui won’t throw off the order.

Yeah I just read what I wrote and I get can get how it’s confusing, but I think you misunderstood me. Thanks for the new way tho. Sorry bad English.

I didnt know that, well thats I guess the “official solution.”

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.