I want to tween the middle node of my UIGradient ColorSequence from 0.5 to 0.4, and then back to 0.5
Please do not write a script for me, I just need someone to explain to me how this can be done with an example
This can be done by constructing a new color sequence using the current existing color sequence. If you know how to get each node from an existing color sequence, then the rest is pretty much straight forward!
1 Like
And can you feed it into a tween then or would you have to fire something each frame?
IIRC; you’ll have to make a your own tween function which, yes, runs on each frame or every interval.
1 Like
Welp, that’s a little disappointing that roblox doesn’t have something like this but thank you very much!