Crosshairs that react when player is hit

I have the “crosshair react to hit” function in the bullet_bp triggered by “event hit”. When the client shoots, the hit (collision) triggers on both client and the server side. I believe this is because the bullet is owned by the server. I’m just asking if anyone has a better way of setting this up so the hot crosshair only occurs with the one shooting.