warycoolio
(warycoolio)
August 18, 2021, 12:04am
#1
I would like an animation to be played on an GUI like this: https://gyazo.com/65f790db7eb9ceeab5a5b2a8519ef550.gif
I have no idea where to start on this, as I am inexperienced on GUI scripting
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)
Slime1ife
(slime)
August 18, 2021, 12:06am
#2
Thats probably a dummy playing the animation and they made the gui transparency to blend with it. or they might be gifs on ui.
ItxRyland
(ItxRyland)
August 18, 2021, 12:30am
#3
Try to use a viewport frame, and render the Animated Rig in there. See viewport frame here
1 Like
foodman54
(foodman54)
August 18, 2021, 12:40am
#4
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
InPhulze
(inphulze)
August 18, 2021, 12:41am
#5
Viewport frames is probally what they are using, along with a black dummy and animations
1 Like