Two instances of PIE, Animation bug?

I don’t know what the cause of this is, as I can’t think of what I might have set up wrong though I wouldn’t be surprised if it was something simple.

When playing multiple instances of PIE to test my animation networking I noticed that the animation is bugging out pretty bad and also not replicating.

Here is a quick video of what I mean.

So not only does my animation not replicate (despite having variables set correctly as replicating and being set on server and client, at least I think), but it seems like both characters are using the same animation blueprint instance or something. I don't really understand what is going on and I've never seen anything like it and can't seem to figure it out either.

Let me know if I should put up some screen shots of the blueprints or something for more info.

Some pictures of your BPs would definitely help, are you using BPI’s or something to replicate? That’s kind of what it looks like to me, like your replication is just sending it to the actor in windows 1 and not to the server. So it’s copying your animation of your actor to the actor you can see.
When the animation change is ran on server is the server sending a message out to connected clients or is it only changing the animation?

So, I’m not really sure what happened because I didn’t change anything that should have fixed or had any effect on my issue but it seems to have resolved itself as I continued working. I changed how I set the max movement speed and transition from animations and now everything works as it should. Really bizarre!