Feedback on my new Admin Panel

So I tried making another design for an admin panel for my group. I took @mexual computer design and @blve_hxrizon admin panel (big credits to them) and I incorporated them into one, this is what came out of it:

This is the home screen, I’m looking to add more contents into it. Let me know what you think and what I should change!

1 Like

Sheesh that is nice, I’d recommend using different fonts also in that image it looks squashed.

So… I got through a few hours of work, and while I was proud of how it looks in emulator mode:

I am not very happy of how it looks when I took off the emulator mode

Is there any way for me to work around it or do I have to resize all of the Ui?

1 Like

Change the main frame size to fixed instead of dynamic.
UDim2.new(scaleX, offsetX, scaleY, offsetY)
What you want to avoid is using scale property outside of frames (parented to main screen). I would recommend doing almost everything inside in offset, except top bars, bottom bars and stuff, it would result in the best scalability of your UI.

1 Like

I managed to fix the issue, thanks for the help!