# Obstacles

## How to Create Obstacles

<figure><img src="/files/9ERQ7WFFby8Cr2UOOGOY" alt="" width="505"><figcaption><p><a href="https://youtu.be/tQoy0LTm6uM?t=11667">Wall obstacles created for Music Mayhem Experience <br>by Jacobg1998</a></p></figcaption></figure>

In this example, assets were created as obstacles for players to jump around and through to survive in a game jam entry that became a featured experience in Sandbox Alpha Seasons. These are compound assets created in the Animator with no motion keyframes added so players can jump through the empty spaces.

Obstacles should use Game Maker logic to be physically interactive, not animate the interactions, since animated assets have a single collision box and would have no affect on players regardless of how they appear.


---

# 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.sandbox.game/en/creator/voxedit/creative-guides/asset-guide/obstacles.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.
