Text blocks disappear when multiple people open the same canvas UI

Why do the text_blocks only show for 1 player? when i have multiple player open the same ui, the text_blocks disappear for everyone except for 1 player

you need to create a ui for each player connected or the last player in the player array gets the ui

Here is the tutorial you need

to clarify, most of the ui is still there for all of the players, its just the text_blocks that disappear, my code does in fact create a ui for each player in the lobby when the “openUI” function is ran