Replicating Health bars using UMG?

You could use the GetPlayerController node to get a reference to the local player. GetPlayerController(0) always returns the local player.

Edit: I think AdAstra’s method if getting the widget’s owning player works too. Since you see the widget on the client, that means you have added it to the local player’s viewport, right?