Problems with animations replication

Hello :slight_smile:

I am playing with the engine for a while.
I wanted to create “custom” animation. Let’s say that when client will press C the Pawn will Crouch.
I have no problem to do this(AnimGraph) but it works only on one client. I mean that I run the game in listen server mode on 3 clients(1 server + 2 clients). When one client is performing the animation the other are not able to see it.
I’ve manage to fix the issiue but only between two clients(1server + 1 client).

And here is my question? How to perform an animation so all clients can see that?

I was looking for two days for the solution but I have not found something serious.