[Multiplayer] character is replicating custom animation

I have custom actions with custom animations for my character such as walking with a flashlight or crouching. But when I press (button) for crouch, the other player does the same on the screen (even tho is not replicating because I haven’t set a custom event to replicate yet). Does anyone know how to fix this?

Silly me. I forgot that I was using “get player character” instead of “try get pawn owner”. So, I’m leaving this here in cause someone is having the same problem eventually.