Would this be a great simple credits UI?

, ,

I have this credits UI that I made all by myself. I took some ideas from googling credits ui that I seen on Google’s Images page. How is the design? Is it good? Is it bad? Tell me! And if I need to change anything on the UI, I will.

I can tell that you are just using the Scale in the Udim2, The issue with that is it doesn’t look that good, instead what you should use is the second argument in the Udim2; the offsets. These offset your ui in pixels. But What about mobile players and different screen resolutions?

The trick in good ui is to combine both scale and offsets, --for example instead of doing {.8,0},{.8,0}, do {1,-2},{1,-2} so that each size is offset by one pixel and don’t forget to set the position: {0,1},{0,1}

Here is a quick mock-up I made in studio;


( 5 Pixel inset Size {1,-10},{1,-10} -- Position {0,5},{0,5})

2 Likes

Is there anything else you would like me to change other than that? I like your suggestion.

1 Like

You should fix the horizontal gaps in the credits and the exit button

1 Like

It’s a good ui maybe instead of images the developer’s avatar just a suggestion tho! Do what you want it still would look good anyways

damn finally I understood how to use offset thanks