# 플레이어 아바타

## 정의

**플레이어 아바타는 각 플레이어에게 연결되어 플레이어가 직접 모습이나 레벨, 능력치, 장비 등을 커스텀한 아바타**를 말합니다.

![](/files/-MSDRTdS0PMW4Ifm9NIB)

## 작동 방법

플레이어 아바타를 설정하면 각기 다른 레벨의 다양한 플레이어가 각자의 진행률과 장비를 가지고 경험에 참여하게 됩니다. 이 경우, **플레이어의 아바타 능력치에 의해 아바타가 직접 작동하므로 아바타 파라미터를 조정하는 것은 불가능**합니다.

그러나, 컴포넌트를 추가하거나 편집할 수 있으며 카메라 시점 또한 변경 가능합니다. [글로벌 파라미터](https://sandboxgame.gitbook.io/the-game-maker-academy_kr/QXVjiJZSETueiVsHSiOX/global-parameters/global-parameters) 창에서 모든 설정을 편집할 수 있습니다.

![](/files/-MSDQR1alz33wDckgEaf)

{% hint style="warning" %}
🧿 **참고:** 최대 체력 (CONTROLLER > Components 메뉴 참조)은 핵심 게임 플레이 관련 값이므로 잠김 처리되어 있습니다.
{% endhint %}

{% hint style="info" %}
✨ **팁:** 파라미터 이름에 마우스 커서를 올리면 각 파라미터에 대한 설명 툴팁이 나타납니다!
{% endhint %}

&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.sandbox.game/the-game-maker-academy_kr/avatar/user-avatar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
