I wants to add tags

so im still doing a first person survival game and i want to add tags, whenever someone joins it would show “enter your username” and you add a username and it would show up top

Hi @Kevin_Basulto_4699 ,

You can add tags to entities like this
this.entity.tags.add("someTag");

For the text input, you have to use HTML input element, Cem made some easily usable UI elements, which you can use in your project:

1 Like