# How to Create Custom Colliders for a More Realistic 2.5D World

In this tutorial, you'll learn how to create custom colliders to control where avatars can or can’t walk—perfect for making avatars walk behind tall buildings or block off specific areas to enhance realism in your world.

1️⃣ Open Settings

When you're inside your world, click the Settings button at the top-right corner of your screen.

👉 This opens the customization menu.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdOgFZ9kStUr6ci78VuwL0aKgSX97EXcW0BkkgS9dOzw2D27gA0ynPYw_2ETvtf0BUzKFl6xJNfjvvYBCfgsHvnp-vFuIqISjXYD_OO-FLuSknMFQ7o7l9Hqm5Npo_fAvTKijuEpQ?key=-wGw7N-MvqHKuRIj2q9gcA" alt=""><figcaption></figcaption></figure>

2️⃣ Click “Add Map” and then “Add Collider”

Inside the Settings panel:

1. First, click the Add Map icon (it looks like a map with a plus sign).
2. Then click the Add Collider button.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdhVQztl_KAMPztNUbuxrCFfvRhv_qtNNmfTWCnPLBjcgBLlivzM50a6mH8jZtdVkFoNob_6zJTI_dL8e2UoV6m5sJJIQdE11sffkCpvQ5LHMR7cSby5ie3YpD9k9A1PxL0XsRn?key=-wGw7N-MvqHKuRIj2q9gcA" alt=""><figcaption></figcaption></figure>

3️⃣ Draw the Collider Area

Move your mouse to where you want to block movement (for example, the base of a tall building).

* Left-click and hold, then drag your mouse to draw a rectangle covering the area you want to set as a collider.
* Release the mouse once you’ve outlined the area.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfMbAzSxdIb16aS_dY7AySvgeG2qctH9K_MbX4oLAxReNBW6_YcG722G3ZSR3VXnEkAtl2GBIBcHpC8Qr4ID6JVddZXF31VTAzhaL3yN-hXNGBwx8hYyWAmuHau0NBkVnRT3LTRVw?key=-wGw7N-MvqHKuRIj2q9gcA" alt=""><figcaption></figcaption></figure>

4️⃣ Confirm the Collider Placement

After selecting the area, click the pink “Add Collider” button on the right panel to confirm.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcekm9ejr1hWzkM4Q9dcpktnt7gByYZgSp8j0C8tGQ-5XKn384OHnO3x56fHl3wC299XCEitjkIRvPSRCevqe-2nvQS9buOFm-9aKEL3igRsRG9RvXbB59zE-KMxS4SrcTepo7D8w?key=-wGw7N-MvqHKuRIj2q9gcA" alt=""><figcaption></figcaption></figure>

5️⃣ See the Collider Preview (Temporary Yellow Box)

You’ll see a yellow rectangle appear over the area you just set.\
👉 Don’t worry—this yellow box is only visible to you (the world owner) to show where the collider is.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcJ1NbSY6RGOgENF5bWsGGqfbFd3reuupFLrG_j8IVpGPWFrrp9KEORcNG6ksK1SeNuyiQqzrNVLBfXy0ewP0rZjZ1gJKqjJIK2XkwZxmzFWXcm0AJDaaPOt24UPoN6kZ5F-iLPaw?key=-wGw7N-MvqHKuRIj2q9gcA" alt=""><figcaption></figcaption></figure>

To finish, click the “Done” button at the bottom of the screen.

✅ After clicking Done, the yellow rectangle will disappear—but the collider will stay active, blocking avatars from walking through it.

✅ Extra Tips:

* You can add multiple colliders by repeating this process to cover different parts of your map.
* Use colliders creatively to let avatars walk behind buildings, while still keeping certain areas blocked for realism.

Always remember to click “Done” to save your changes when you're finished adding colliders!


---

# 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://metaversenw.gitbook.io/user-manual/metaverse-customization/how-to-create-custom-colliders-for-a-more-realistic-2.5d-world.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.
