How to transition between two colour values?

I’m trying to create this menu which has a ColorCorrectionEffect that alters the Workspace’s colour when on a certain tab.

For example, Main Menu (purple) cleanly changing to Page 3 (red)

Is there a way to alter the ColorTint (and pretty much every colour value) with a script to achieve an inbetween scaling effect?

You could use tweenservice for that:

1 Like

Didn’t know that Tweening could be applied to things other than GUI elements! Thanks!

1 Like