#removing tags based on namespace
1 messages · Page 1 of 1 (latest)
const tags = Player.getTags().filter(tag => tag.startsWith("namespace:"))```
1 messages · Page 1 of 1 (latest)
how can i remove all the tags of a player, that contain a specific namespace?
(the exact part i need help is detecting if a tag has a certain namespace, the part of removing i already know)
const tags = Player.getTags().filter(tag => tag.startsWith("namespace:"))```