How to set visibility of a BP's component in a multiplayer?

Components don’t always replicate, you might have to set the replication up on the individual component. So at BeginPlay you could do the following-

110014-particlereplication.png

I think that will solve your issue.

You can find further information here - Component Replication | Unreal Engine Documentation

Thanks