> 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/manual/studio-manual/game-development/game-settings.md).

# Game Settings

## Overview <a href="#overview" id="overview"></a>

In Game Settings, creators can configure the options needed to create their game. Customize various options such as the game’s physical environment and character movement speed to create your own unique game environment!

## How to Use <a href="#how-to-use" id="how-to-use"></a>

Open a world created in OVERDARE Studio, click the button in the top-right corner, then select **Game Settings** from the menu that appears.

<figure><img src="/files/RQt9gYxbmHaIL3pZR6x0" alt=""><figcaption></figcaption></figure>

In Game Settings, you can configure options related to the **game** or **security**.

<figure><img src="/files/QduNtOTmT9KayeYE81NL" alt=""><figcaption></figcaption></figure>

## Option Configuration <a href="#option-configuration" id="option-configuration"></a>

### World <a href="#world" id="world"></a>

<table><thead><tr><th width="206">Option</th><th width="342">Description</th><th>Notes</th></tr></thead><tbody><tr><td>Max Player</td><td>Sets the maximum number of players that can join the game.</td><td></td></tr><tr><td>Gravity</td><td>Defines the world's gravity in meters per second squared.</td><td>n meter/second^2</td></tr><tr><td>Jump Height</td><td>Determines the character's jump height.</td><td><p>n meter</p><p>(Min: 0, Max: Unlimited)</p></td></tr><tr><td>Jump Power</td><td>Controls the force of a character's jump.</td><td></td></tr><tr><td>Walk Speed</td><td>Sets the character's walking speed in meters per second.</td><td>n meters/second</td></tr><tr><td>Max Jump Distance</td><td>Calculated based on the configured Gravity and Jump settings.</td><td>n meters</td></tr><tr><td>Max Slope Angle</td><td>Sets the maximum slope angle the character can walk on.</td><td></td></tr></tbody></table>

### Security <a href="#security" id="security"></a>

<table><thead><tr><th width="206">Option</th><th width="342">Description</th><th>Notes</th></tr></thead><tbody><tr><td>Allow HTTP Requests</td><td><p>Allows the server to make requests to remote servers via HttpService.</p><p>(Disabled by default)</p></td><td></td></tr></tbody></table>


---

# 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.overdare.com/manual/studio-manual/game-development/game-settings.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.
