> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-ko/tutorials-and-examples/video-emotes.md).

# 이모트 동영상

Decentraland에서 이모트를 만드는 방법에 대한 동영상 튜토리얼

Decentraland에서 맞춤 이모트를 만드는 단계별 영상 튜토리얼입니다. 아바타용 이모트를 애니메이션화하고, 리깅하고, 게시하는 방법을 알아보세요.

## 전체 재생목록 보기

{% embed url="<https://www.youtube.com/playlist?list=PLAcRraQmr_GN8LcnnQk2BByo9L2Orvp9c>" %}
이모트 제작 영상 튜토리얼 재생목록
{% endembed %}

## 다루는 주제

이 영상 시리즈에는 다음 주제의 튜토리얼이 포함되어 있습니다:

* **아바타 리깅** - Decentraland 아바타 리그 이해하기
* **애니메이션 기초** - 이모트 애니메이션 만들기
* **블렌더 워크플로** - 블렌더를 사용해 이모트 만들기
* **파티클 및 효과** - 이모트에 시각 효과 추가하기
* **소품 및 사운드** - 이모트에 소품과 오디오 포함하기
* **게시** - 이모트를 빌더에 업로드하기

## 추가 자료

* [이모트 개요](https://github.com/decentraland/docs/blob/main/creator/wearables-and-emotes/emotes/README.md)
* [이모트 만들기](/creator/content-creator-ko/wearables-and-emotes/emotes/creating-emotes.md)
* [아바타 리그](/creator/content-creator-ko/wearables-and-emotes/emotes/avatar-rig.md)
* [이모트 업로드](/creator/content-creator-ko/wearables-and-emotes/manage-collections/uploading-emotes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.decentraland.org/creator/content-creator-ko/tutorials-and-examples/video-emotes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
