Is it possible to use TweenService with NumberSequences?
I know how to do NumberSequence changing I just want to make a smooth transition, is there any way I can do this. For example by using TweenService?
https://devforum.roblox.com/t/4-uigradient-animations-including-rainbow/557922 That should help if anyone else needs this!
TweenService
works with any property that is numerical-based, like NumberSequence
, CFrame
, Vector3
, etc.