I wants to add tags

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