Interesting, so basically it will be ((Time * Append (Mask_Red# & Mask_Green#) + UV), right? Awesome, and I was able to keep it Scalar and not Parametric since prior it's faster. However, I'm still unable to get rotate correctly. I created a Radian to Degree workaround with the which is essentially ((# * Pi) / 180), but I…