Local Multiplayer Shared Progress Bar

Hi, everyone. Is it possible to get multiple player controllers in a local multiplayer game to be able to update 1 shared progress bar based on points collected? My current code only allows the Player controller “0” to visibly update the progress bar. Behind the scenes, the points are still adding up when other players rack up points. It just that the progress bar is not showing this. Thank you!