I want to put 2 GUI items are inside a frame and are overlapping each other, when I mess around with the layout order, it doesn’t do anything? How do i fix this
You would also need to change the Zindex of the frames. Make sure they have different values
10 Likes
WOW it works
, if zindex changes the order of the layout, what does layout order do?
2 Likes
Layout Order is for the GUIs, so they don’t overlap, an example would be if a Health GUI is appearing on a Intro GUI, you would change the layout order.
Zindex is so Frames inside a GUI don’t overlap
4 Likes
ohhhhh, thanks, im not smart
30 charssss
1 Like