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.