> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/korean/manual/script-manual.md).

# 스크립트 메뉴얼

- [시작하기](https://docs.overdare.com/korean/manual/script-manual/get-started.md)
- [스크립트 개요](https://docs.overdare.com/korean/manual/script-manual/get-started/script-overview.md)
- [루아 기초 가이드](https://docs.overdare.com/korean/manual/script-manual/get-started/basic-guide-to-lua.md)
- [루아우 가이드](https://docs.overdare.com/korean/manual/script-manual/get-started/luau-guide.md)
- [코딩 스타일](https://docs.overdare.com/korean/manual/script-manual/get-started/coding-style.md)
- [오브젝트 참조](https://docs.overdare.com/korean/manual/script-manual/get-started/object-reference.md)
- [이벤트 및 통신](https://docs.overdare.com/korean/manual/script-manual/events-and-communication.md)
- [이벤트](https://docs.overdare.com/korean/manual/script-manual/events-and-communication/event.md)
- [서버-클라 통신](https://docs.overdare.com/korean/manual/script-manual/events-and-communication/remoteevent.md)
- [BindableEvent](https://docs.overdare.com/korean/manual/script-manual/events-and-communication/bindableevent.md)
- [JSON과 HTTP 통신](https://docs.overdare.com/korean/manual/script-manual/events-and-communication/json-and-http.md)
- [값 관리](https://docs.overdare.com/korean/manual/script-manual/value-management.md)
- [입력 및 조작](https://docs.overdare.com/korean/manual/script-manual/input-and-controls.md)
- [모바일 조작 처리](https://docs.overdare.com/korean/manual/script-manual/input-and-controls/contextactionservice.md)
- [TPS Strafing System](https://docs.overdare.com/korean/manual/script-manual/input-and-controls/tps-strafing-system.md)
- [게임 고도화](https://docs.overdare.com/korean/manual/script-manual/advanced-gameplay-systems.md)
- [Saving & Loading Data](https://docs.overdare.com/korean/manual/script-manual/advanced-gameplay-systems/datastore.md)
- [트윈](https://docs.overdare.com/korean/manual/script-manual/advanced-gameplay-systems/tween.md)
- [모듈 스크립트](https://docs.overdare.com/korean/manual/script-manual/advanced-gameplay-systems/modulescript.md)
- [task로 편리하게 coroutine 제어하기](https://docs.overdare.com/korean/manual/script-manual/advanced-gameplay-systems/task.md)
- [앱 리더보드](https://docs.overdare.com/korean/manual/script-manual/advanced-gameplay-systems/worldrankservice.md)
- [디버깅 & 최적화](https://docs.overdare.com/korean/manual/script-manual/debugging-and-optimization.md)
- [중단점](https://docs.overdare.com/korean/manual/script-manual/debugging-and-optimization/breakpoint.md)
- [스크립트 최적화 실전 가이드](https://docs.overdare.com/korean/manual/script-manual/debugging-and-optimization/script-optimization.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:

```
GET https://docs.overdare.com/korean/manual/script-manual.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.
