Context: developing a mod that has custom swords which can block like shields.
When the player is blocking, I am implementing this code to translate and rotate the player's arm which works well for the player that performs the action, in both 1st and 3rd person.
However when another player is blocking on a server, other players can't see their arm render differently, only them moving slower.
Is there a way I can tell the server to make the client render other players blocking when they do so?