Should This Be Replicated To Clients?

I’m creating a combat game and I’m including effects that use particle emitters + highlight instances on hits. I’m wondering if I should keep it on the server since it’s very easy but I am unknown to how performance heavy it is. The other option is firing a event from server to client every time a player is hit to replicate particle emitters + Highlight instances to clients. Which is the most optimal?

1 Like