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
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:
The buttons text is not centered, I recomend you center it
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)
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!