I don’t know if you still have this problem, but it might be because the actor manages to get destroyed on the server before the client gets to spawn an emitter. (Ie, server gets message, destroys actor, sends destroyed actor message, gets intercepted by the client before the client gets to do the hit-detection). Classic network race-condition