I've been have this problem for a while so I thought id finally ask about it
I have 2 variables and a object,
one variable (rot) represents the object's current rotation
the other variable represents the rotation the object should be at (ert)
This is my code for the tween
rot -= (rot-ert)/5...