> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Minimap Visibility Audience

> Hide map during sequences.

The **Minimap Visibility Audience** allows you to temporary override the minimap state during a sequence (e.g. a cutscene or dialogue) and automatically restore it afterwards.

## Configuration

<ResponseField name="visible" type="Boolean" default="false">
  Whether the minimap should be visible while this audience is active.
</ResponseField>

<CodeGroup>
  ```yaml Cinematic Usage theme={null}
  # In a cinematic sequence
  - type: minimap_visibility
    visible: false
    # duration: controlled by sequence
  ```
</CodeGroup>
