#LayoutOrder is goofy
1 messages · Page 1 of 1 (latest)
just increase the circles Zindex
what is LayoutOrder?
pretty sure he ment Zindex
like what should have priority of being shown?
yeah thats pretty much how it works
No I definitely meant LayoutOrder, it's quite literally what it sounds like. So if a gui had a LayoutOrder of 0 and another one had 1, the one with 0 would be on top, or atleast that's how it's supposed to be working.
LayoutOrder is a real property
Your GUI is relative to parent
Uh what do you mean by that
If you want the layout to be actually go by order, you have to use global
There’s a value in your screengui
Called ZindexBehavior
If you set it to global, it goes by zindex of every ui in the screengui
Can't try it rn lemme check documentation
ZIndexBehavior goes by sibling by default
But if you have multiple screengui, you have to use layout order if you want to order the screengui
I read it, I think I get the gist
So Zindex takes priority over layout is basically what you're saying simplified
Layout order only matters for screengui
Layout order only is helpful for stuff inside screengui like if you put constraints like UIListLayout
Or any layout
Ohh, ok tysm
ZIndex is what determines what drawn first inside screengui
its 1am my brain isnt braining
Wait
isnt zindex assigned to the screengui itself
oh wait
ScreenGui doesn’t have zindex, only UI elements have ZIndex
ZIndex and ZIndexBehavior are different