How to make an animation play on a GUI?

  1. I would like an animation to be played on an GUI like this: https://gyazo.com/65f790db7eb9ceeab5a5b2a8519ef550.gif

  2. I have no idea where to start on this, as I am inexperienced on GUI scripting

  3. I have looked around and have searched, but all I find is just topics that are irrelevant to what I am looking for.

(Not asking for anyone to write any scripts, I just want to know how I would go about making this)

Thats probably a dummy playing the animation and they made the gui transparency to blend with it. or they might be gifs on ui.

Try to use a viewport frame, and render the Animated Rig in there. See viewport frame here

1 Like

Use a Viewportframe in combination with a WorldModel to support the animations. To get that blackened effect, they probably put a humanoid model that was all black inside of the WorldModel. (Edit:) I also have a avatar display GUI you can use for reference: AvatarDisplay - Roblox

1 Like

Viewport frames is probally what they are using, along with a black dummy and animations

1 Like