#HasTag?
1 messages · Page 1 of 1 (latest)
If (player.hastag("tag")) {}
hmm what I need is like in a specific player
hasTag('CooperL', 'ZonePASSED')
like that
why
so I can check if that player has that tag, it's for my custom command
if (player.name === “CooperL” && player.hasTag(“ZonePASSED”)
Aight, I'll try thankss
Hmm it don't work, what I am expecting
show code