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
1 Like
you need to create a ui for each player connected or the last player in the player array gets the ui
1 Like
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