[SOLVED] How do I make a GUI animation like this?

I’m trying to make it so the clock GUI in this image appears in the middle of the screen, looks like it grows big and small then normal, then it shakes, then goes in the top left corner of the screen and the timer part of the GUI scales out. How can I do this? So far, I’ve gotten the rotating part done but I don’t know how to do the rest.

Sketch of animation:
image
-Pops into the screen
image
-Animation for the screen pop
image
-Animation for the screen pop
image
-Image rotates left
image
-image rotates right
-image shakes left and right twice
image
-image straightens
image
-image goes to top left corner
image
-timer scales out of the clock

3 Likes

What you are looking for are TweenPosition, GuiObject:TweenSizeAndPosition and GuiObject:TweenSize.

Thanks I was wondering what’s the thing to scale it
is it possible to do more than one action in a tween at a time? the script I’ve made rn manually turns left and right individually but with a fast time

1 Like

You can specify all the applicable parameters in the Goal variable.

thanks for ur help I finished my script :smiley:
robloxapp-20220829-0125580

3 Likes

Glad I could help you out. It looks very smooth!