ys3741
(ys3741)
April 23, 2025, 11:31pm
#1
Hello. I want to create something like this (random image in toolbox):
It’s possible to make a gradient over a straight line through a UIGradient, but how do I create a circular gradient?
No, it’s impossible currently with the built-in gradient. You will have to create this yourself in external software.
If you want, you can support the many feature requests that want this added, such as this one here:
As a Roblox developer, it is currently too hard to achieve the visual styling I want in a UIGradient.
Proposed API:
[GradientPattern] UIGradient.Pattern
GradientPattern
0 : Linear
1 : LinearFill
2 : Circular
3 : Conical
Right now UIGradient only has the Linear pattern type. This pattern is constrained to the innermost edges and creates a solid color wall in the corners of the frame
[image]
LinearFill fixes this by making the gradient stretch to the farthest corners of the frame.
[image…
1 Like