Animate Script not Replicating on Some Characters

Hey! I have my animate script that only works on a few of my characters on the server side. Why does the animations not replicate server sided?

Is there any solution around this problem?

The issue that I think that happened is that there’s no animator in the humanoid itself on the custom model you made (judging on your video). You would have to make an animator on the model’s humanoid if you want to replicate it to the server. If this doesn’t work, check your scripts if you’re using the animator on your humanoid (in the server) to play animations. If you aren’t, use that instead.

This may not work, but it’s the only thing I can think of.

You are right! I was thinking about it this morning and just noticed that most of the characters must’ve not have an animator object!