> For the complete documentation index, see [llms.txt](https://docs.mutate.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mutate.games/component-tutorials/components-a-closer-look/entity-components/exclusive-zone.md).

# Exclusive Zone

Like a [**Trigger Zone**](/component-tutorials/components-a-closer-look/entity-components/trigger-zone.md), an Exclusive Zone tracks for player movement inside its range. It caps how many players can enter the zone, which can be used for things like safe zones in a battle royale scenario - the obstacles are getting harder, but only two people can get inside the safe area to avoid taking damage.

Best paired with a [**Timer** ](/component-tutorials/components-a-closer-look/entity-components/timer.md)to minimise camping inside and exploiting them.

![](/files/0vWy5KieqACvvhNYT4Gc)

* **Allowed players** - dictates how many players are allowed inside the zone before they're locked out<br>
* **Size** - dictates how big or small the zone is<br>
* **Rotation** - dictates the rotation of the zone in relation to the world<br>
* **Position** - dictates the position of the zone in relation to the object itself


---

# 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.mutate.games/component-tutorials/components-a-closer-look/entity-components/exclusive-zone.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.
