So I’m trying to recreate these settings for a Ui Button, But I’m not entirely sure how to recreate the effect. It would help out a lot if any of yall could help me out!
Thanks!
Screenshots from: Crown Vibe - Roblox
So I’m trying to recreate these settings for a Ui Button, But I’m not entirely sure how to recreate the effect. It would help out a lot if any of yall could help me out!
Thanks!
Screenshots from: Crown Vibe - Roblox
I mean it just looks like they used vertical and then a darker shade of the top color.
I tried it but it’s different.
You can use Gradient in paint dot net with the color you want, or use white, put the gradient in another layer and change layer properties to overlay. Hope this helps
I’m guessing you mean something like this?
Really simple actaully
Just add a gradient and set the rotation to 90°
Then darken the right end slightly to something like (190, 190, 190) (#bebebe)
Then change the color of the frame to whatever you’d like
You can make a TextButton, make the BackgroundColor3 green, and add a UICorner into the button. Adjust the corner scale until you find something you like, and then add a UIGradient into the button. Make the gradient’s rotation property 90, and then make the color get darker towards the end.
To have very accurate result to the examples you’ve provided you will probably need to use ImageLabels. My guess is that in a designing software you could do a green button and add a white blurred rectangle that would act as a glow effect inside of the frame and play with it’s size and opacity.
Also be very wise on the colour selection.