Anonymous
Not logged in
English
Log in with VRChat
VRChat Wiki
Search
Export translations
From VRChat Wiki
Namespaces
More
More
Page actions
Language statistics
Message group statistics
Export
Settings
Group
Account Linking
Action Menu
Age Verification
Avatar Dynamics
Avatars
Badges
Bans
Camera
Camera Drone
Category:Worlds
Community Labs
Community:Jetski Rush
Community:LGBTQ culture in VRChat
Community:Murder 4
Community:Rexouium
Community:Sketchu Spring
Community:Terrors of Nowhere
Community:The Black Cat
Community:VR Photography Exhibitions
Controls
Expressions
Finger Tracking
Footer
Getting Started
Groups
Guides:Connection issues
Guides:How to write efficient bug reports
Holiday Event 2025
Impostors
Instances
Legal & Guidelines
Lunar New Year 2025
Lunar New Year 2026
Main Page
Menus
Merchandise
Mirrors
Portals
Public Avatars
Quick Menu
Rat
Reporting
Resources
Sidebar
Social
Template:Contentbox/Asset
Template:Delete
Template:Economy-navbox
Template:Infobox/Asset
Template:Infobox/Asset/Authors
Template:Infobox/Event
Template:Infobox/Official World
Template:Infobox/World
Template:MainPageQuickLinks
Template:MainPageTitleBox
Template:MainPageUpdates
Template:MainPageUpdates/Item
Template:MainPageVersion
Template:Noticebox/Biased
Template:Noticebox/Community
Template:Noticebox/Conflict of interest
Template:Noticebox/EditCommunityPage
Template:Noticebox/EditPage
Template:Noticebox/Guidelines translation
Template:Noticebox/non-npov
Template:Noticebox/Official
Template:Noticebox/Stub
Template:Noticebox/unreleased
Template:Noticebox/Unsupported
Template:Noticebox/Update
Template:Noticebox/wip
Template:Proofread
Template:Rat
Template:Reason
Template:Spoiler
Template:Start-navbox
Template:Templatelinks
Template:VisitorsIndicator/Inner
Trust and Safety
Trust Rank
Two-Factor Authentication (2FA)
Udon
VRC+
VRChat account
VRChat API
VRChat Home
VRChat SDK
VRCWiki:Conflicts of interest
VRCWiki:Contributor hub
VRCWiki:Disciplinary policy
VRCWiki:Guidelines
VRCWiki:How to Contribute
VRCWiki:Manual of Style
VRCWiki:Neutral point of view
VRCWiki:Notability
VRCWiki:Roles
VRCWiki:Team
Worlds
Language
de - German
en - English
es - Spanish
fr - French
it - Italian
ja - Japanese
ko - Korean
pl - Polish
pt - Portuguese
pt-br - Brazilian Portuguese
ru - Russian
zh - Chinese
zh-hans - Simplified Chinese
zh-hant - Traditional Chinese
qqq - Message documentation
Format
Export for off-line translation
Export in native format
Export in CSV format
Fetch
<languages/> {{Noticebox/Official}} [[File:Action_Menu_Expressions.png|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">An example of Expressions menu in the Action Menu.</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> '''Expressions''' are a feature of VRChat [[Special:MyLanguage/avatars|avatars]], consisting of user-customized menus that let you enable actions or toggles on your avatar; designed for flexible, easy access to unique avatar features. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> More information is available at {{VRC link|https://creators.vrchat.com/avatars/expression-menu-and-controls|Avatar Creators Docs}}. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==Expressions menu== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The in-game Expressions menu is accessible through the [[Special:MyLanguage/Action Menu|Action Menu]], or the Expressions wing on the [[Special:MyLanguage/Quick Menu|Quick Menu]] and [[Special:MyLanguage/Main Menu|Main Menu]]. in any version of VRChat. Changes to an avatar's expressions are networked globally to other users on the same [[Special:MyLanguage/Platforms|platform]], and can be set-up for cross-platform [[Special:MyLanguage/Guides:Synchronization|synchronization]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==Expressions in the SDK== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Expressions are edited using various parameters in the [[Special:MyLanguage/VRChat SDK|VRChat SDK]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ===Base expressions=== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> When no expressions are configured, a default expression menu with base animations is added to the avatar, containing the following animations: * Wave * Clap * Point * Cheer * Dance * Backflip * Die * Sadness </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ===Custom expressions=== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> To add custom expressions, create an '''Expression Menu''' asset and an '''Expression Parameters''' asset in Unity, then assign them in the ''Expressions'' section of the VRChat Avatar Descriptor. The menu defines which controls appear in the in-game menu, while the parameters asset defines the names, types, default values, and synchronization behavior of the values those controls change. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Each custom parameter can be marked as ''Saved'' and ''Synced''. Synced custom parameters count toward the avatar's 256-bit sync budget, while avatars can define up to 8192 total custom parameters. Parameters on this asset can also be changed by [[Special:MyLanguage/Contacts|Contact Receivers]], [[Special:MyLanguage/parameter drivers|parameter drivers]], [[Special:MyLanguage/physbones|PhysBones]], and [[Special:MyLanguage/Open Sound Control|OSC]]. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The SDK also includes a ''Default Parameters'' button. This restores the three alias parameters used by VRChat's default AV3 controllers: <code>VRCEmote</code>, <code>VRCFaceBlendH</code>, and <code>VRCFaceBlendV</code>. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ====Controls==== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can create up to 8 controls per page. When creating a control, choose its type: * '''Button''' sets a value while pressed, then resets after VRChat sends the change. * '''Toggle''' sets a value when enabled and resets it when disabled. * '''Sub Menu''' opens another Expressions menu, and can optionally set a parameter while that submenu is open. * '''Two Axis Puppet''' drives two float parameters from horizontal and vertical input, usually in the range <code>-1.0</code> to <code>1.0</code>. * '''Four Axis Puppet''' drives four float parameters, one for each direction, usually in the range <code>0.0</code> to <code>1.0</code>. * '''Radial Puppet''' drives one float parameter from <code>0.0</code> to <code>1.0</code>. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> =====Puppet Menu Example===== </div> [[File:PuppetMenu.gif|thumb|<span lang="en" dir="ltr" class="mw-content-ltr">Example of the Action Menu and Face Mirror in use. ''(Animated GIF)''</span>]] <div lang="en" dir="ltr" class="mw-content-ltr"> As you move your joystick, touchpad, or mouse in different directions, you change animation parameters to blend between moods (e.g., "happy" and "surprised"). Any parameter can be controlled from this menu. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> You can open one menu on either hand (or both). By default, flick to select an option. In Action Menu settings, you can choose to use the Trigger. To back out of a selection in the Expressions menu, pull the trigger. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> When a puppet control is open, VRChat synchronizes its live values with the faster ''IK'' sync mode. After it is closed, the frozen value remains until it is changed again. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==Expression Parameter == </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Expression Parameters are used to control avatar features via expression menu, [[Special:MyLanguage/Contacts|contact receiver]], [[Special:MyLanguage/Open Sound Control|OSC]], [[Special:MyLanguage/parameter drivers|parameter drivers]] or [[Special:MyLanguage/physbones|physbones]]. These parameters are then mapped to Animator Controller parameters in your avatar's FX, Gesture, or Action controllers. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Settings === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Each entry in the Expression Parameters asset stores: * '''Name''', which must match the Animator parameter name exactly. * '''Type''', which can be <code>Bool</code>, <code>Int</code>, or <code>Float</code>. * '''Default''', which is used when the avatar is reset. * '''Saved''', which controls whether the value persists between sessions. * '''Synced''', which controls whether the value is sent to other users. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> By default, custom parameter sync uses VRChat's ''Playable'' sync mode. Puppet controls temporarily use faster ''IK'' sync while they are actively open. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Built-in parameters === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> VRChat also provides built-in Animator parameters. These do not need to be added to the Expression Parameters asset, and they do not count toward the custom parameter budget. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Built-in parameters are read-only. They are added directly to a playable layer's Animator Controller by name, and VRChat updates them automatically at runtime. They are not set on sub-animators, only on playable-layer animators. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Additional built-in parameters include: * <code>Viseme</code> (Int) — Set by lip sync from <code>0</code> (silence) to <code>14</code> (the "u" vowel) when the Avatar Descriptor's Lip Sync is set to Viseme Blend Shape or Viseme Parameter Only. * <code>Voice</code> (Float) — Perceived microphone volume from <code>0.0</code> to <code>1.0</code>, affected by distance and earmuff settings. * <code>VelocityX</code>, <code>VelocityY</code>, <code>VelocityZ</code>, <code>VelocityMagnitude</code> (Float) — Movement speed in m/s along each axis and total magnitude. Locally, playspace movement does not count; remotely, it does. * <code>Upright</code> (Float) — <code>0</code> when prone, <code>1</code> when standing. * <code>Grounded</code> (Bool) — Whether the user is touching the ground. * <code>MuteSelf</code> (Bool) — Whether the user's microphone is muted. * <code>Earmuffs</code> (Bool) — Whether the user has earmuffs enabled. * <code>IsOnFriendsList</code> (Bool) — Whether the viewer is friends with the avatar's wearer (shows False locally). * <code>ScaleFactor</code>, <code>ScaleFactorInverse</code>, <code>EyeHeightAsMeters</code>, <code>EyeHeightAsPercent</code> (Float) — Scaling-related parameters for avatar scaling. <code>EyeHeightAsMeters</code> is recommended for scale-aware systems because it is linear and does not depend on upload height. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Each built-in parameter has a sync type determining when it is sent to remote users: ''IK'' for tracking-derived values (gestures, velocity, grounded), ''Speech'' for voice-related values (viseme, voice), ''Playable'' for user-state values (mute, earmuffs, tracking type, scale), or ''None'' for local-only values (IsLocal, PreviewMode). </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Network synchronization === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Only synced expression parameters and certain built-in parameters are sent over the network. The full list of data sent for each avatar includes: * '''IK targets''' — Head, jaw, and hands for desktop and 3-point tracking; additionally hip and feet for full-body tracking. Index controller users also sync finger positions. * '''Synced expression parameters''' — Only parameters marked as Synced are transmitted. Values are quantized: Int values sync in the range 0–255, Float values sync as multiples of 1/127 between −1 and 1, and Bools sync as true or false. * '''Built-in VRC parameters''' — Including gestures, velocity, voice, and other runtime parameters. * '''PhysBones''' — Pose position data is sent to late joiners. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> For reliable late-joiner support, a recommended pattern is to split animator logic using the <code>IsLocal</code> parameter: local-side layers handle contacts, parameter drivers, and all logic, then set synced parameters, while remote-side layers only read those synced parameters to play the correct visualization. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> === Gestures and facial expressions === </div> <div lang="en" dir="ltr" class="mw-content-ltr"> The built-in <code>GestureLeft</code> and <code>GestureRight</code> parameters identify the user's hand gesture, while <code>GestureLeftWeight</code> and <code>GestureRightWeight</code> expose analog trigger pressure. On humanoid avatars, the Gesture playable layer is commonly used for hand poses, while facial expressions are often driven from the FX layer with blendshapes, material properties, or other non-humanoid animations. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> On tracked controllers where finger tracking overrides animation by default, creators can use a Tracking Control state behavior to switch the relevant fingers from ''Tracking'' to ''Animation'' when needed. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> == Expression Parameter Mismatching== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Expression Parameter Mismatching refers to the practice of using different parameter types between your Expression Parameters and your local Animator Controller parameters. While it is recommended to keep parameter types consistent, mismatching is supported and the system will convert values between types according to specific rules. This can be useful in certain <u>advanced</u> setups. The same conversion behavior can also be used with built-in VRChat Animator parameters. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> Unity's Animator system uses floats on the backend for all parameter types, while VRChat stores synced custom parameters in compact network-friendly formats. The user interface in Unity and the VRCSDK lets creators choose parameter types for convenience, but under the hood, value conversion is possible. This means that parameters are not being cast in the C# sense, but rather mismatched across systems. This behavior is also supported by popular tools such as Av3Emulator and Gesture Manager. </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ===Expression Parameter Bool=== </div> {| class="wikitable" |+<span lang="en" dir="ltr" class="mw-content-ltr">Animator Controller Parameter</span> !<span lang="en" dir="ltr" class="mw-content-ltr">Type</span> !<span lang="en" dir="ltr" class="mw-content-ltr">Expression Bool = False</span> !<span lang="en" dir="ltr" class="mw-content-ltr">Expression Bool = True</span> |- |Bool → Bool |Bool = False |Bool = True |- |Bool → Int |Int = 0 |Int = 1 |- |Bool → Float |Float = 0.0 |Float = 1.0 |} <div lang="en" dir="ltr" class="mw-content-ltr"> ===Expression Parameter Int=== </div> {| class="wikitable" |+<span lang="en" dir="ltr" class="mw-content-ltr">Animator Controller Parameter</span> !<span lang="en" dir="ltr" class="mw-content-ltr">Type</span> !<span lang="en" dir="ltr" class="mw-content-ltr">Behaviour</span> |- |Int → Bool |<span lang="en" dir="ltr" class="mw-content-ltr">Any Int value that isn't 0 sets bool to True</span> |- |Int → Int |<span lang="en" dir="ltr" class="mw-content-ltr">Expected Behaviour</span> |- |Int → Float |<span lang="en" dir="ltr" class="mw-content-ltr">Straight Conversion: e.g. Int = 2 → Float = 2.0</span> |} <div lang="en" dir="ltr" class="mw-content-ltr"> ===Expression Parameter Float=== </div> {| class="wikitable" |+<span lang="en" dir="ltr" class="mw-content-ltr">Animator Controller Parameter</span> !<span lang="en" dir="ltr" class="mw-content-ltr">Type</span> !<span lang="en" dir="ltr" class="mw-content-ltr">Behaviour</span> |- |Float → Bool |<span lang="en" dir="ltr" class="mw-content-ltr">Any Float value that isn't 0 sets bool to True</span> |- |Float → Int |<span lang="en" dir="ltr" class="mw-content-ltr">Rounded Conversion: ≥0.5 → 1 ; <0.5 → 0</span> |- |Float → Float |<span lang="en" dir="ltr" class="mw-content-ltr">Expected Behaviour</span> |} <div lang="en" dir="ltr" class="mw-content-ltr"> ==Resources== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> *{{VRC link|https://vrchat.com/home/world/wrld_6168d07b-f55c-40bc-8077-749dde39983c|Avatar 3.0 Hub}} world on VRChat *[https://creators.vrchat.com/avatars/expression-menu-and-controls/ Expression Menu and Controls] on Creator Docs *[https://docs.vrchat.com/docs/action-menu#expression-menu Action Menu - Expression Menu] on Creator Docs *[https://creators.vrchat.com/avatars/animator-parameters/ Animator Parameters] on Creator Docs *[https://creators.vrchat.com/avatars/playable-layers Playable Layers] on Creator Docs *[https://creators.vrchat.com/avatars/state-behaviors/ State Behaviors] on Creator Docs </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==See also== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> *[[Special:MyLanguage/Avatars|Avatars]] **[[Special:MyLanguage/Avatar Dynamics|Avatar Dynamics]] *[[Special:MyLanguage/Action Menu|Action Menu]] *[[Special:MyLanguage/VRChat SDK|VRChat SDK]] </div> <div lang="en" dir="ltr" class="mw-content-ltr"> ==References== </div> <div lang="en" dir="ltr" class="mw-content-ltr"> * [https://vrc.school/docs/Avatars/Expressions-Menu-Params VRC School: Expressions Menu and Parameters] * [https://vrc.school/docs/Avatars/Gestures VRC School: Hand Gestures/Facial Expressions] * [https://vrc.school/docs/Avatars/VRC-Parameters VRC School: Built-In VRC Parameters] * [https://vrc.school/docs/Other/Network-Sync VRC School: Network Sync] * [https://vrc.school/docs/Other/Parameter-Mismatching VRC School: Expression Parameter Mismatching] </div> [[Category:Avatar features{{#translation:}}]]
Navigation
Navigation
Main page
Recent changes
Random page
Contributing
Contributor Hub
How to Contribute
Official Links
VRChat Website
VRChat Forums
Official Guides
Getting Started
Controls
Menus
Worlds
Avatars
Groups
Safety
Resources
Troubleshooting
FAQ
Community Content
Worlds
Avatars
Guides
Resources
Wiki tools
Wiki tools
Special pages
Page tools
Page tools
User page tools
More
Translate
Printable version