How can I make a a Billboard GUI anim?

Hello, I have this BillboardGUI here:

I find it a bit boring, so I want to add an animation to the BillboardGUI so it looks like this:

How can I do so?

In that video, the parts are moving with the gui attached to it. The billboard gui by default, will move with the part since it’s attached to it anyways, so to achieve that exact effect you just animate the part.

edit: I just realised that the items in the video are gui’s themselves whoops. A bit of a hacky trick would be to make the part invisible and then animate the part since that would look smoother and be easier to do.

2 Likes

ok, how do you get that part down pact?

TweenService or you could make a custom animation for it.