Multiplayer, display others information

Hey! Thanks for opening this and possibly help me :slight_smile:

I am currently trying to make a multiplayer game where I have successfully made it so that the different aspects of your character are saved (Health, level, name etc.) and shown in your HUD. However, I have an issue replicating these values to other people.

I have made it possible to click on other players but currently I can only get the HUD to show their Player ID. (The HP is not linked yet thus showing the same as I’m first trying to figure out how to get the name they’ve chosen)

This is the code on my Player Controller

Any help is much appreciated !! <3

If you need any more screenshots of any code to be able to help I’ll gladly supply!