Npc animations not playing on cframe camera

Hello! I’m trying to make a cutscene, but there are some problems with the npc animations:
I clone the two npc’s from the replicated storage, but when i make that, they idle animations arent playing
image
But when I clone the npc when the camera is on the client, it works well:
https://i.gyazo.com/7d31f511bdbf903f9a0d4897677598f3.mp4

I already tried to have the script that animates the character disabled and then enabled when he is already clonned to the Workspace, but it didn’t worked.
So i think that the problem is that the player camera is locked to a part.
What could I make to fix that?

Also, here’s how the character is animated. Just like a normal player:
image

Fixed it myself by enabling a server script in workspace that clones the NPC.