# ScriptPlayer

**ScriptApp** 클래스는 아래와 같이 2개의 카테고리로 구성되어있습니다

### [<mark style="color:purple;">Field</mark>](/zep-script-api/zepscriptapi/scriptplayer/field.md)

> 플레이어와 관련된 속성 값들 입니다.
>
> 맵 참가자의 이름이나 위치를 조회하거나, 캐릭터의 외형이나 이동 속도 변경 등 다양한 활용한 가능함 함수들이 모여있는 카테고리 입니다.

### [<mark style="color:purple;">Methods</mark>](/zep-script-api/zepscriptapi/scriptplayer/methods.md)

> 맵에 참가한 플레이어에게 UI나 사운드를 출력하거나, 특정 위치로 이동시키는 등 편리한 기능을 제공하는 함수들이 모여있는 카테고리입니다.


---

# 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-kr.zep.us/zep-script-api/zepscriptapi/scriptplayer.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.
