Attachment Replication

Hello there,

consider there are three players joining a multiplayer game. Player A, B and C.

  1. Player A joins the server and doesn’t do anything.
  2. Player B joins the server and pickes up /attaches an item to his hand.
  3. Lastly Player C joins the server.

In this case Player A sees the item in Player B’s hand. But Player C doesn’t see the item in Player B’s hand (item not attached).

How can I manage it that the Players who are joining after Player B also see the item in Player B’s hand?

Thanks in advance