Gui.animate rotation but also scales


“rotation” in our engine is a quaternion.
By the looks of your code, you’re using Euler angles. so switch to "euler.z" and also use degrees (not radians).

3 Likes