Issues with animations loading in roblox launcher (but not in studio)

Hello, I have been working on an update to my game Account Value which involves players being able to see their avatars in 3D within a ViewportFrame. However, the animations of the characters only load while in studio and don’t load in roblox as shown in the screenshots below.

In studio:

In roblox:

For some reason, the animations won’t load in roblox despite both characters being loaded into a WorldModel within a ViewportFrame.

If you have any suggestions on how to fix this, please take a moment to reply.

Thanks for reading
Have a good day
:slight_smile:

It might have to do with the fact that Animations are local.
When you run it in Studio all the server stuff is done locally on your computer, so animations will work. If you try it in game then server animations won’t run.