I don’t know if anyone else is having the same issue or if it has been solved anywhere however, when I try to load an animation inside of a dummy, it is only animating the head and lower torso.
(This is done inside of a world model in a viewport frame)
None of the parts are anchored, and I am calling the animation through “humanoid.Animator:LoadAnimation()” so I don’t understand if this is an issue with the script or if it is a bug with roblox itself?
animations dont work inside viewport frames, if you want it to work youll have to have a version of the rig in workspace playing the animation and then every frame update all body parts in the viewport to their corresponding cframe on the workspace rig