Exclusive Tags | VRC Avatars for Dummies
Exclusive Tags are a VRCFury toggle feature for choices that should not be active at the same time. If multiple VRCFury toggles share the same Exclusive Tag, enabling one turns the other tagged toggles off.
That makes them useful for outfits, props, material looks, and visual modes where the avatar should choose one option instead of stacking several conflicting toggles.
Creator: DedZedOffishal
Use the video for the Unity/VRCFury steps, then use this page to plan which toggles belong in the same exclusive group.
Start with two mutually exclusive toggles before building a whole outfit system.
- Identify the toggles that conflict.
- Add the same Exclusive Tag to each related VRCFury Toggle.
- Upload privately and test defaults, saved behavior, and every switch path.
Exclusive Tags are a VRCFury feature, not a built-in VRChat Expression Parameters field. VRChat still receives the generated menus, parameters, and animator logic after the avatar is built.
When To Use Exclusive Tags
Use Exclusive Tags when only one choice in a set should remain active:
| Feature set | Example tag | Result |
|---|---|---|
| Main outfit | outfit |
Hoodie, jacket, and dress options turn each other off. |
| Held prop | prop |
Sword, staff, and umbrella do not all appear together. |
| Material look | skin |
Normal, hologram, and glow looks replace each other. |
| Face effect | eyes |
Hearts, stars, and blank eyes clear the previous effect. |
| Mixed clothing groups | tops,bottoms |
A full-body outfit can turn off both top and bottom groups. |
VRCFury allows multiple tags separated by commas. That is useful when one option conflicts with more than one category.
Before You Start
- VRCFury installed in the avatar project.
- Working VRCFury toggles or toggle actions.
- A clear list of which options conflict.
- A backup before changing toggle components.
- A plan for which option should be on by default, if any.
Do not add tags randomly. A tag is a promise that every toggle with that tag belongs to the same choice group.
Basic Workflow
- Create or select the VRCFury Toggle for each option.
- Open the toggle options.
- Enable or fill the Exclusive Tags option.
- Use the exact same tag string on every toggle in the group.
- Choose the default option intentionally.
- Use an Exclusive Off State only when you need a specific default/off option.
- Build or upload the avatar through the normal workflow.
- Test every option in VRChat.
For example, if three outfit toggles all use the tag outfit, enabling the jacket should disable the hoodie and coat.
Exclusive Tags Vs Other Controls
| Need | Use |
|---|---|
| Only one of several VRCFury toggles should be active | Exclusive Tags |
| The wearer should pick from a smooth value | Radial slider |
| The wearer should pick a few clearly labeled states | Submenu or tagged toggles |
| A temporary effect should fire and reset | Button or unsaved toggle |
| A custom hand-built animator controls everything | Expression parameters and FX logic |
Exclusive Tags are convenient because VRCFury generates much of the wiring, but they still need the same testing as any avatar menu feature.
Common Problems
Help! Two tagged toggles stay on together.
Check that the tag spelling is identical on both toggles. Extra spaces, plural names, or different capitalization can create separate groups.
Help! The wrong clothing turns off.
Review which toggles share the tag. If a toggle belongs to two groups, separate multiple tags with commas and make sure that behavior is intentional.
Help! The avatar loads with no option selected.
Set the default option deliberately, or use VRCFury's Exclusive Off State when the group needs a defined fallback state.
Help! Saved state feels confusing.
Decide which toggles should be saved between worlds. Saved outfit choices can be useful, but temporary or test states should usually reset.
Related Resources
- VRCFury Toggle Documentation
- VRCFury Actions Documentation
- VRChat Expressions Menu and Controls
- Toggle Object
- Saving Toggles
- Material Swap Radial Menu
Official References
- Official/source reference: VRCFury Toggle Component - reviewed 2026-05-26.
- Official/source reference: VRCFury Actions - reviewed 2026-05-26.
- Official/source reference: VRChat Expressions Menu and Controls - reviewed 2026-05-26.
- Local note: Avatar behavior, menu limits, parameters, and third-party tool behavior can change; recheck the linked source before publishing new setup claims.
Final Advice
Exclusive Tags are great when they express a simple rule: "only one of these can be on." Keep tag names short, reuse them deliberately, and test the group after upload before building a bigger wardrobe or prop system on top of it.
Topics: Exclusive Tags, VRCFury, VRChat avatars, avatar workflow