I want to make a text form where when a player connects to the game, they enter their name into the form which then updates player.name for their specific sprite/character (so I can then display it above their character in the game). This data isn't saved (they need to re-enter their name each time they connect).
I tried messing around with player.ts and some of the client-side code in @rpgjs, but I can't figure it out unfortunately :/
Sorry if this is a simple question, I'm a beginner with this type of programming and I'm a bit lost! Thank you