How was this UI animation made?

I’m sure it’s a tween of some sort, but I cannot figure out how they got that shrinking effect.

https://gyazo.com/a1c8d735bd866bc59a0943ea2e391130

From what I see, there is simply a frame that is transparent, and has ClipDecendants enabled.
Inside the frame there is a text label, and all it is doing is tweening it’s position up.

Here is what I managed to re-create:
UI.rbxm (4.4 KB)

1 Like

Looks great! What does ClipDecendants do?

Anything inside of the frame that has the ClipDecendants makes it so if the UI element inside goes out of the frame, it makes it disappear.

(Also if the UI above is what you was looking for, please mark this as done / answered)

Alright, thanks. Looks exactly how I wanted it :slight_smile: