creating a widget for local player once killed

I’m creating a multiplayer game and have a death function for the players to be get killed by bullets, and I want to create a widget for the specific players that die. However, whenever I add the widget after the Destroy actor it creates it for all clients and not for the one that was killed only.

How do I specify it to the player that has been killed only?