Need some help with UI Design

Hey there! I would like some help with my first UI designing. Baiscally the problem is, that I can’t figure out how to put these white buttons on the top of the Dark frame. Right now as you may see, they are behind it, I can’t find anything related to layers and can’t bring them in the foreground.

Thanks for posting.

To differentiate the levels of GuiObjects, use ZIndex. This may be found within the Properties of that GuiObject. A greater ZIndex will give it greater precedence. For example, a Frame with a ZIndex of 1 will be overshadowed by a TextLabel with a ZIndex of 2, etc.

Good luck with your UI design. :slight_smile:

2 Likes

Make sure that their positioning in the Explorer is correct (buttons inside the black frame) and it should automatically adjust.

2 Likes