PC tweening help

Hey guys, im messing around with teening, its pretty nice and really helpful, wanna say thanks to the developers. but i have a question, i’ve used position tweening and have no problem, but i cannot figure rotation tweening, it seem that it only rotate to the target rotation i define and back to the 0? I want it like rotate from -52 to 52, but when i set my object to -52 Y rotation and in tween script i set 52 Y; it goes to 52 and then back to 0 even though my starting rotation was -52, does anyone know where the issue might be?:slight_smile: thanks

EDIT: i fixed it by creating a new parent with rotation that would fit with my target object rotation, but still curious if there is a normal way without creating a parent entity