Hi there,
I am trying to continuously change the Color Gradient for my UI, but there seem to be a lack of resources for this specific request. I am unsure on how to approach this request.
hey, @ahmingiscool maybe do something like this:
UIGradient.Color = ColorSequence.new({
ColorSequenceKeypoint.new(0, Color3.new(1,0,0)),
ColorSequenceKeypoint.new(0.5, Color3.new(0,1,0)),
ColorSequenceKeypoint.new(1, Color3.new(0,0,1))
})
Just read the document. Trying to understand it. Is it possible to make so it changes gradient with the time going left and right constantly?
I understand that you mean to make this UIGradient look like an animation
Here you will probably find the answer to your question:
Yeah currently looking at as we speak.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.