Main menu gui feedback and help

eventually the avatar images will be replaced with renders

3 Likes

ok ok thqats good bro but yeah good luck for the game bro ight.

3 Likes

add something (image of the game maybe) in place of the red thing, and make those avatars be blender renders.

1 Like

I agree, @V0RXXO It’s pretty plain and the bottom part doesn’t really match the theme. Add more menu components.

1 Like

the menu gui is all the game has so far, i like to work on the guis before the building

I recommend using the plugin roundify Roundify - Roblox
It makes the corners of your gui look smoother.

1 Like

i read the comments and alot of people are saying this is useless and just to use UI
corners. Would it be better to use UI corners?

comments of the plug in just to clarify

Yes, if your talking about making your corners smooth the button could look really nice and it would be easier to make shadows, if your finding this offensive in any way im sorry, im not sure how to put it

1 Like

You can use Drop Shadow Plugin and that’s what I use personally too.

1 Like

I made this remake for an idea. (if you want you can have the file to go off of.)


Just simple things like color consistency that is good.

1 Like

that honestly looks amazing and 100% better then what i have at the moment, what font did you use for the title?

It’s called “Bangers.” Also for the record, I used SourceSans for the other fonts.

1 Like

i like the idea of the color consistency, i only use the white at the bottom because i have been having trouble importing the avatar images as png, therefore they currently have a white background so to make it match more i just made the frame white, do you know how to import a image into roblox as png?

There’s an easier way to do that.
Use :GetUserThumbnailAsync
So with a local script in the image insert this code:

local players = game:GetService("Players")
local userId = --The User ID of the person you want it to show

local imageLabel.Image = Players:GetUserThumbnailAsync(userId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size420x420)

Haven’t tried this so it may not work but you can try it

1 Like

didn’t work, (most likely due to my lack of script knowledge)

some how no matter how small a script is i come across some error or it straight up doesnt work

how does this look?

Look at Players | Documentation - Roblox Creator Hub that might help you.

Awesome. One thing, maybe add a bit of distance from the “Hood Streets 2” and the “Play” button. Also, again, make the bottom bar thing a little lighter of a black when you can get that ThumbnailAsync thing to work.