Spawning a new object and passing it to the client

If you spawn the actor in the multicast then you will get a de-sync between the actor. It needs to be created on the server to sync.

Multicast for most scenarios involving spawning should be used for non-critical effects that don’t need to be in sync.