-
What do you want to achieve?
Hello, i want to tween a UIGradient color that is already existing on a TextLabel -
What is the issue?
I don’t know how to do it. -
What solutions have you tried so far?
I looked on forums.
Nope. You cannot tween any type of gradient sadly. Why didn’t you try this out yourself?
You can’t tween a ColorSequence value directly. You’d need to split it up into components and then tween those components collectively.
Oh ok i think it was possible because i saw some games do it
Will this help?