math.pi is roughly equal to 180 degree’s in radians which is what CFrame.Angles uses, so in order to have Degrees work for Radians, we use math.rad to convert degrees into radians.
I found out that orientation after tweened is “56.25,-180,-180” not “-56.25, 180, 180”
Even though I scripted math.rad(-56.25), math.rad(180), math.rad(180) So I tried change the script to math.rad(56.25), math.rad(180), math.rad(180) and the orientation somehow be -56.25, 180, 180 as how I always wanted…
Anyways, the weird tween animation behavior still stays. here [Tween Service]
Which is difference from my exception. here [Manually Rotate in Studio]
Please let me know if you have any question.
Thanks and sorry for my bad English!