# Script Manual

- [Get Started](https://docs.overdare.com/manual/script-manual/get-started.md)
- [Script Overview](https://docs.overdare.com/manual/script-manual/get-started/script-overview.md)
- [Basic Guide to Lua](https://docs.overdare.com/manual/script-manual/get-started/basic-guide-to-lua.md)
- [Luau Guide](https://docs.overdare.com/manual/script-manual/get-started/luau-guide.md)
- [Coding Style](https://docs.overdare.com/manual/script-manual/get-started/coding-style.md)
- [Object Reference](https://docs.overdare.com/manual/script-manual/get-started/object-reference.md)
- [Events & Communication](https://docs.overdare.com/manual/script-manual/events-and-communication.md)
- [Event](https://docs.overdare.com/manual/script-manual/events-and-communication/event.md)
- [Server-Client Communication](https://docs.overdare.com/manual/script-manual/events-and-communication/remoteevent.md)
- [BindableEvent](https://docs.overdare.com/manual/script-manual/events-and-communication/bindableevent.md)
- [JSON and HTTP Communication](https://docs.overdare.com/manual/script-manual/events-and-communication/json-and-http.md)
- [Manage Value](https://docs.overdare.com/manual/script-manual/value-management.md)
- [Input & Controls](https://docs.overdare.com/manual/script-manual/input-and-controls.md)
- [Mobile Input Handling](https://docs.overdare.com/manual/script-manual/input-and-controls/contextactionservice.md)
- [TPS Strafing System](https://docs.overdare.com/manual/script-manual/input-and-controls/tps-strafing-system.md)
- [Advanced Gameplay Systems](https://docs.overdare.com/manual/script-manual/advanced-gameplay-systems.md)
- [Saving & Loading Data](https://docs.overdare.com/manual/script-manual/advanced-gameplay-systems/datastore.md)
- [Tween](https://docs.overdare.com/manual/script-manual/advanced-gameplay-systems/tween.md)
- [Module Script](https://docs.overdare.com/manual/script-manual/advanced-gameplay-systems/modulescript.md)
- [Conveniently Managing Coroutine Using Task](https://docs.overdare.com/manual/script-manual/advanced-gameplay-systems/task.md)
- [App Leaderboard](https://docs.overdare.com/manual/script-manual/advanced-gameplay-systems/worldrankservice.md)
- [Debugging & Optimization](https://docs.overdare.com/manual/script-manual/debugging-and-optimization.md)
- [Breakpoint](https://docs.overdare.com/manual/script-manual/debugging-and-optimization/breakpoint.md)
- [Practical Guide to Script Optimization](https://docs.overdare.com/manual/script-manual/debugging-and-optimization/script-optimization.md)


---

# 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.overdare.com/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.
