hey devs! i am currently trying to work on some UI, specifically the bell. i am trying to make the bell look like this with tweening but i cant seem to find the right easing style or easing direction. i would appreciate the help!
2 Likes
is it tweening from the center ? or you do not know how to tween it ?
yes it is tweening in the center and the anchorpoint is at the center. i know how to make tweens but the problem is that i cant achieve the same effect
1 Like
You would need to offset the position based on how much you rotated the GUI.
just move the anchor point to the top from where you want it to swing
Orrrr, i just had an epiphany, you could add a frame to the point you want the bell to rotate at, parent the bell to that frame, and then rotate the frame instead.
1 Like