Feedback on my game ui

mostly i would like feedback on the dragability aspect of the popup frames but any feedback helps.

(Planning on adding a rescalibility feature for the popups)

15 Likes

Solid 9/10
When the menus pop up, they scale up from the botom. I think it’d look much better if it was being scaled up from the center (just set AnchorPoint = UDim2.fromScale(0.5,0.5)

Also I would love to know how you did the drop shadows on the rounded UI.

4 Likes

Looks awesome, the dragability seems perfectly fine to me. Tho you should definitely change the font if you want more originality, Fredoka One is so overused nowadays and some people tend to associate it with slop Simulator/Line/Obby/Tycoon games.

5 Likes

Pretty sure they do scale from the middle since their anchor point is 0.5 but i’ll check later. and can you elaborate on the dropshadow part?

5 Likes

Any font recomendations? I am not the best when it comes to matching fonts with ui

2 Likes

Well, it depends on what type of font you want. Cartoony ? Sci-Fi? You gotta tell me that, then i’ll give recommend you one.

1 Like

Instead of using pure black as frame color on the dark theme settings I recommend using a dark grey or very desaturated, dark blue color. Usually it looks a little better. Awesome UI otherwise though!

2 Likes

Thanks for the recomendation. I will try this.

1 Like

Looks pretty good but the sliders look a little weird in my opinion. 9.5/10

1 Like

What could i do to improve them?

2 Likes

Maybe less wider, like a not too much width slider

1 Like
Font.new("rbxasset://fonts/families/Arimo.json", Enum.FontWeight.SemiBold, Enum.FontStyle.Normal)

I’ve been using Arimo since the removal of Gotham. SemiBold isn’t available as a font enum though, so you’d have to use Font.new instead
image

But obviously, you should look for yourself what font you like, if you like Fredoka One, then keep using it. You might be interested to know that there are a bunch of fonts available for free from the marketplace that aren’t directly available in game (they are downloaded when players join the game rather than being stored in roblox’s files)

2 Likes

11/10

4 Likes

I actually didn’t know there was a marketplace of fonts. Really appreciate the response. I will look into it when i have time. Thank you!

3 Likes

Well the frames have a faint shadow behind them. Wondering how you did that

It’s an outline being darker than the frame

1 Like