Problem with widget

Where are you storing the TextRed variable ? you should put it in the Game State and make it rep notify. You should not store it in the character class or player controller because there are many copies depending on how many players. So you’ll need to store that variable in the Game state. Can you do that ? I’ll show you what to do next.