Hey all, I've been fumbling around and creating a sort of "virtual world" game with Lacewing as the online tool, but I'm having a tremendous amount of trouble trying to get usernames to show for individual players.
For example, the username for Player A is stored as soon as Player A logs in, so all I need to achieve is the ability for the other users to see Player A's username.
Everything works fine if two players are on the server, but three or more will cause the username of the first player who logged in to begin flickering between all users.
I do want to know, what is the best object to use if I want to go about displaying multiple usernames all at the same time?
I've been using a string to try and achieve displaying all the usernames, because I remember being able to do this exact thing with a string years ago. I'm quickly realizing that this either won't work with strings or I'm not as versed with MMF2/Fusion 2 as I previously thought.
Thank you!