Does moving other Frame's (and their children) into another Frame make editing easier?


Here I have my Menu GUI. It is two buttons, accompanied by text, placed on a Frame with an ImageLabel in it.


This is what that organization looks like. I was wondering if relocating the buttons seen in the first image to inside the Frame they’re on in the preview would be necessary to making the GUI easier to work on (scaling on other devices, additions, etc) ?

1 Like

I assume it could. Im not a UI designer yet but I would either mess around and find out, or look at videos of other UI designers to see how they do it.

I ended up moving Char and Dice to Frame, renamed Frame to MainFrame and updated the former’s local values. It does make it easier as you can better manage things like padding and UI layouts.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.