Anyway I will reply to your question, you are spawning an actor on server side and attaching it to clients using a multicast event, the problem is: that actor exist actually only on the server and was never spawned on clients, so you’re attaching (nothing) something that from client side doesn’t exist.