> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/en/creator/game-maker/creative-guides/experience-guide/night-clubs-and-concerts.md).

# Night Clubs & Concerts

s

{% embed url="<https://youtu.be/h_VmbTQMJLI?feature=shared>" %}

Among various types of [Social Hubs](/en/creator/game-maker/creative-guides/experience-guide/social-hubs.md), night clubs and concerts are probably the most immersive, heavily focusing on ambience to set the mood. From lights, music played locally or globally, camera effects, visual FX, and weather for sky customization, you can create a variety of dazzling environments for night clubs, music events, and even virtual concerts!&#x20;

The gameplay itself can vary from a live show with choreographed NPC animations and visual FX, fun rewards like "easter eggs" for taking risks while exploring, or a narrative flow to engage with the story of the musician, community, etc.

## Useful Logic

* [**Weather Switcher**](/en/creator/game-maker/docs/behaviours/visual/weather-switcher.md)
* [**Visual FX**](/en/creator/game-maker/docs/components/display/visual-fx.md)
* [**Post Process Camera Effects**](/en/creator/game-maker/docs/behaviours/visual/post-process-effects.md) and [**Camera perspective settings**](/en/creator/game-maker/docs/build-menus/top-bar/gameplay.md#camera)
* [**Play Sound**](/en/creator/game-maker/docs/components/audio/play-sound.md)
* [**Ambient music**](/en/creator/game-maker/docs/build-menus/top-bar/gameplay.md#music-theme)


---

# 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.sandbox.game/en/creator/game-maker/creative-guides/experience-guide/night-clubs-and-concerts.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.
