Please let me know what can be improved upon
And please let me know if you think it is good
Please let me know what can be improved upon
And please let me know if you think it is good
I really like the fact that you added some kind of effect when clicking/tapping a button, I also admire your choice of colors and the layout. There is only one problem about the character customisation screen. Itâs the Accessories tab, the text on it looks âa bit offâ, the text looks like itâs not centred.
I like it but two very small things bug me, the blue bar essentially being a second top bar and the button click animation being clipped by the frame itâs in!
Adding to AmusingDevâs comment, the outfits themselves look uncentered too:
(could just be how the thumbnail is rendered, but it bugs me how far the head is compared to the right leg, as well as how far the left arm is compared to the right)
And also,
Above, I visually showed my complaints with alignment.
Overall, looks great. Some alignment issues, a bit too much whitespace, oddly small buttons with inconsistent text size, but youâre on the right track!
Edit: Add hover/click animation to the skin tones, it looks off not being animated like the rest of them.
Edit 2: Please forgive me for typing âcapâ in my alignment screenshot. My dyslexia really hates me spelling âgapâ with a âgâ⌠I canât correct that spelling mistake now.
Something you could do better, For someone who canât read english, bring images for textbuttons.
script.Parent.MouseEnter:connect(function()
â make image visible
end
script.Parent.MouseLeave:connect(function()
â make image Unvisible
end
I had mine for own different customization.
How about icons instead of words?
you could do that, if you really want it
When you are making icons to replace words, ensure your icon can tell the user itâs definition directly, otherwise it will be not user-friendly.
What type of script is this supposed t be
Animations when clicking the clothes are being cut due to the frame.
I recommend adding some more white space above it so it doesnât clip as seen in the picture.
And maybe a subtle divider between the multiple categories, would feel cluttered if you were to scroll up or down.