Animate Viewport Frames

Hey Developers! This is gonna be a very simple post but I have multiple viewport frames with characters in it and they are all R15. I was wondering how I can Import the player’s normal idle animation like toy idle so they are doing the idle animation inside the viewport while the game is running…

Anything will help thanks!

Youre going to want to use WorldModel to allow animations to play in a viewport frame.

Put a worldmodel inside of the viewport, put the character in the worldmodel. After you do that, you can play animations as you would normally.

It’s possible to load animations onto a character in one of these frames, it just won’t animate (stuck in the start frame).
WorldModel makes it better, but it isn’t completely needed.