RPC

Options
My player is changing armor mesh when he equips item from inventory, so for each armor part he has a different mesh, now when im in the room with other players and changing my armor they don't see that im changing meshes. They are still seeing a naked player. Im using Photon Pun and i'm wondering which method would be the best to use here. Should i set RPC on method where i instantiate mesh and send that rpc to everyone, or is something else better?

Im usually using rpc for methods like "takedamage" and simillar, would it work the same in my case?