#How to detect if a player is holding an item with a specific tag
1 messages · Page 1 of 1 (latest)
I think you can use query.equipped_item_any_tag
maybe it will be like this:
query.equipped_item_any_tag('slot.weapon.mainhand','tag_name')
Alright thanks