# Greyboxing / Blockout

## Focus on Terrain Shape

{% hint style="success" %}
It is highly recommend to make a [**Rough Base Map**](/en/creator/game-maker/creative-guides/experience-design-techniques/3d-spatial-layout/rough-base-map.md) in VoxEdit before this step for an easy to use, well designed reference to build more quickly.
{% endhint %}

{% hint style="success" %}
Use Game Maker's grid system to easily size and measure areas in your Experience.
{% endhint %}

<div data-full-width="false"><figure><img src="/files/eKaIJGpBVxTx4FrKRubO" alt=""><figcaption><p>This Experience was built with a theme for the <a href="/pages/iMaceU8k9yz7pdlxjouB#oracles-faction"><strong>Oracles faction</strong></a> made by The Sandbox</p></figcaption></figure></div>

### Add Blocks

This stage is called greyboxing because level designers use grey blocks or a few basic coloured blocks when framing out an Experience so their focus is mainly on the shape of the terrain.

### Add a Few Assets

Once the terrain is well defined, add large assets that define the Experience shape or assets that help players navigate to key areas, such as bridges. Moving platforms can be added as well.

The playable space should be easy to explore when tested in play mode with no traps where players will get stuck (2 blocks or more deep). Test often to consider the player's line of sight as they explore and adjust your design for the most attractive visual result.

### [Blockout Aesthetics](/en/creator/game-maker/creative-guides/experience-design-techniques/art-design/blockout-aesthetics.md)

Once your shape and critical assets are in place, it's time to modify the blockout for aesthetic appeal.

## Using Blocks

{% hint style="success" %}
Some level designers avoid adding liquid blocks until much later in their project and notice slightly increased performance while building.
{% endhint %}

There are only a few variations of block types, but there are a lot of different uses for them.&#x20;

To learn more about block proprties and types, use cases, and how to place them, see our documentation about [**Using Blocks**](/en/creator/game-maker/docs/using-blocks.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.sandbox.game/en/creator/game-maker/creative-guides/experience-design-techniques/3d-spatial-layout/greyboxing-blockout.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.
