When displaying the UI in multiplayer mode, is it necessary to use map{}
even if I want to show the same UI screen to all players?
I want to display the boss’s health bar UI to players inside the battle area. Additionally, I want the health bar to be shared among all players, so that when any player attacks, the boss’s health decreases and updates for everyone.