How can i make a GUI appear in top of another? (In the same ScreenGUI)

Need to make a GUIobject seem in top of another by a script, so i was wondering if there was any property of anything i could change to make this happen.i tried changing the LayoutOrder but it didn’t work also i cant change the name… Thanks in advance.

You can edit the ZIndex of the GUI.

GUIs with higher ZIndex will appear above those with lower (if in the same ScreenUI).

4 Likes