Okay, so i had this hangout game idea where a random number is generated and set as a players character appearance id, and i easily made that work.
What i wanted to do next is tell the player who’s appearance they got by displaying the name of them on the bottom right with a GUI. This sounds so simple to make but i couldn’t really get it to work. I don’t know if it’s even possible to grab name from a random UserId. (character appearance id in this case) I’ve been looking at arguments that could get this to work but i couldn’t find one. I also couldn’t find any topics that answered my question.
simplified:
I’m trying to use a local script in a GUI to change a TextLabels text to the name of the current avatars owner.