Feedback on voting system Ui

Hello developers,

I’m currently working on a new project and was wondering if i can get any feedback on my voting system. It’s not complete yet but I have the base down I just need to do more tweening and make it do the map and all that. Tell me what you like and what you don’t like.

4 Likes

I like the background music, lol

1 Like

Thanks for the feedback, I can’t find the best music but there is multiple in the playlist. I keep wondering about if I should take that one out.

1 Like

Things you can improve:

  1. Make the text on the vote button smaller. You can use UIPadding to guarantee that it’s not too big on other devices even with TextScales turned on.
  2. Add two UiStrokes to the vote button,
    one for the text and one for the button itself. Make them black and set the Thickness to 3-5 to fit your cartoony UI style.
  3. Adapt the map name font to cartoony.
  4. Do step 2 again for the map name textlabel.
  5. Change the vote button font to the font of the header.
1 Like

Thanks for the response ill make those changes