---
title: "Emotes"
url: /docs/en-us/avatar/emotes
last_updated: 2026-07-10T16:31:44Z
description: "All Roblox users are represented by an avatar character which can be customized with body parts, accessories, and clothes from the Marketplace or within games."
---

# Emotes

**Emotes** are short animations that an avatar performs, making it easier to communicate and celebrate with others, enhancing the game to feel more social and more lively.

Creators sell their own emotes, such as gestures, reactions, dances, and more, by publishing their animation to sell on the Marketplace or within games.

> **Info:** Developers can access and modify emotes within their own games. For more information, see [character emotes](/docs/en-us/characters/emotes.md).
## Components

Emotes are made up of an `Class.Animation` object with the unique `Class.Animation.AnimationId|AnimationId` property set to the asset ID of your animation sequence.

_`Animation` object in the Explorer window._

_`AnimationId` property in the Properties window._

Emotes must meet [technical specifications](/docs/en-us/avatar/specifications.md), [Marketplace policies](/docs/en-us/marketplace/marketplace-policy.md), and Roblox's [Community Standards](https://en.help.roblox.com/hc/en-us/articles/203313410-Roblox-Community-Standards).

## Create emotes

There are several ways to create an animation both in Studio or using a third-party tool. See the following table for common workflows and various resources to create your own.

| Animation workflow | Description |
| --- | --- |
| Animation Capture | Use the [Animation Capture (Body)](/docs/en-us/animation/capture.md#body) to convert a video of your emote into a keyframe sequence. |
| Manual animation with Animation Editor | Use the [Animation Editor](/docs/en-us/animation/editor.md) to manually animate a character rig. For an in-depth tutorial on creating a character animation, see [Create character animations](/docs/en-us/tutorials/use-case-tutorials/animation/create-an-animation.md). |
| Third-party plug-ins | Use a third-party animation plugin, such as [Moon Animator](https://create.roblox.com/store/asset/4725618216/Moon-Animator-2), to generate your animation. |

To convert your keyframe sequence into an animation and upload to the Marketplace, see [import and configure emotes](/docs/en-us/avatar/import.md#configure).