I would like to make Basic Admin Essential’s display color something like this.
How can I do this?
Not sure if you can see from this picture but it’s a fade from blue to gray.
I would like to make Basic Admin Essential’s display color something like this.
How can I do this?
Not sure if you can see from this picture but it’s a fade from blue to gray.
You can follow this tutorial, and adding a GradientUI from dark blue to grey.
You can child a UIGradient
object to your specified target object you’d like to add a gradient on, and in the Properties
window, you can accordingly adjust their respective settings.
Take a look at Roblox’s Official Documentation for more information about this, it’s simplified pretty well!