Howdy,
I was wondering, is there a way to set a ScreenGui to always be on top of other GUIs. I have a ScreenGui that its children I use as transition assets.
This is what happens:
Thanks for any help! Regards himmerm
Howdy,
I was wondering, is there a way to set a ScreenGui to always be on top of other GUIs. I have a ScreenGui that its children I use as transition assets.
This is what happens:
Thanks for any help! Regards himmerm
For the ScreenGui that you want to be displayed on top of other ScreenGuis, set it’s DisplayOrder to a high number.
Are you sure? I believe it’s ZIndex that you’re looking for, unless Studio has changed.
ZIndex is a property if GuiObjects, not ScreenGuis.