Feedback on my gui

Please consider using the “What are you working on currently?” topic!
So I’m working on a little weapon game but when I was looking at my GUI it looked a bit sad
How could I change it up a bit

1 Like

Here are some suggestions:

  • Make the background into a brighter color (like cyan)
  • Make the search box text black
  • Make the name of the item itself in the UI grid bigger
  • Make the UI on the right smaller (like cut that bottom part off and if you use that if you don’t own the item then just re-scale it)

Overall looks good, just needs to be a bit brighter in my opinion

what i dont like about my gui is that the frames inside the scrolling frame go all the way up anyway to put it down somewhere else?

Also the ui is messed up for some reason on another device I have no idea how to fix that

Are you using scale or offset when making your UI?

using scale not offest because of a vid I watched about ui

If you’re using a UIGridLayout or UIListLayout object then yes, go into it’s properties and set it’s VerticalAllignment property to center (not sure if that’s what it’s called but you should be able to figure it out)

Ohhh i thought it was canvas properties in the scrolling frame

I’d reccomend using offset for the each item cell so that it’s not gonna shrink to a tiny little square on phones. Set it to like 75 pixels by 75 pixels and go from there