Customizable UI video

Hey, so I was scrolling on social media when I happened to come across a video of someone showing a “Domain Expansion” from the game Jujutsu Shenanigans. Here’s a video that I found on YouTube that showcases what it looks like:

(You only need to look at the first few seconds)
All DOMAINS EXPANSIONS in Jujutsu Shenanigans

Here is an image:

I was curious on how it’s possible to make the player’s avatar playing an animation on part of the screen. Would just be a video frame, if so how would they make the video with the specific character’s avatar (I know it has Gojo on the screen it’s just because the player’s avatar is Gojo). The UI also collapses in on itself when it’s going away which might be a tween but it does it diagonally. This really piqued my curiosity and It might be something simple that I am missing but I found it to be really cool.

This was likely done using a clone of the player’s character placed into a viewport frame and then animated with an animationTrack.

If you want to learn more, check ViewportFrame Documentation and AnimationTrack Documentation

2 Likes

Oh wow, thats so cool I never realized that was possible. Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.