Is there a way to reorder the position of GUI?

I am trying to animate the GUI from one to another using TweenService. However, there are so many GUIs to the point that I do not know which one is the front or the back.

So, is there a way to like reorder the GUIs on which GUIs to be the front or the back of another GUIs?

Theres property called as “Display Order” in ScreenGui, the higher value the firster it will display, also theres property called as “ZIndex” on other gui elements that do the same thing but with only them.

1 Like

Ohhhhh I see, okay. Thank you so much!

2 Likes

No problem, good luck with developing your games.

1 Like

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