Hello, I have an array that is a list of players, and I am trying to display this list of players as text. What is the best way to do this? I tried just displaying it as is, but it said "Empty" so I assume I have to create a new object for each name in the list, although I am not sure. Thanks in advance!