UI Review for my game

Hello. I’m looking for someone to provide feedback on the GUI of my game. It is not fully functional and will be used for a game sort of like Phantom Forces. Here is the game: https://web.roblox.com/games/6395501688/Goose-Force

Known Bugs:
The close button doesn’t work

1 Like

Hello, I have some recomendations to make.

The first one is that you cant close the gui once you open (I know its a bug), the second one is that the color of the background blends with the background of the button:
image

same with the frame:

The buttons text is not centered, I recomend you center it
image

The 3 numbers on the top can be hard to read as they have different colors and they can blend with terrain colors (red with lava, blue with sky or black with basalt)

I will also recomend making the 3 numbers at the top bigger as they are too small to read.

Last but not least I cant really check it but make sure to make it scale not offset so that the frames can fit in all screens.

Have a good day :slight_smile:

3 Likes

Thanks for the feedback! Have a nice day!

1 Like

Last but not least I cant really check it but make sure to make it scale not offset so that the frames can fit in all screens.

THIS. IS. SO. IMPORTANT. I really wish I learned about this earlier. OP, please make sure to scale the GUI with Scale and not Offset. ROBLOX uses offset by default, but scaling will make creating UIs so much better and easier. I really wish I knew about this a year or so ago, all my UIs look terrible on any device except PC.

Here would be an example:

GUI.Size = {1,0,1,0} -- GUIs are scaled like this: Scale,Offset,Scale,Offset

Anyways, the UI looks great! Just make it a bit more readable and its perfect!

1 Like