# Night Club & Sound

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

Among various types of [social-hubs](https://docs.sandbox.game/jp/creators/game-maker/creative-guide/experience-guide/social-hubs "mention"), 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**](https://docs.sandbox.game/jp/creators/game-maker/document/behavior/weather-switcher)
* [**Visual FX**](https://docs.sandbox.game/jp/creators/game-maker/document/components/visual-fx)
* [**Post Process Camera Effects**](https://docs.sandbox.game/jp/creators/game-maker/document/behavior/post-process-effects) and [**Camera perspective settings**](https://docs.sandbox.game/jp/creators/document/build-menus/top-bar/gameplay#camera)
* [**Play Sound**](https://docs.sandbox.game/jp/creators/game-maker/document/components/play-sound)
* [**Ambient music**](https://docs.sandbox.game/jp/creators/document/build-menus/top-bar/gameplay#music-theme)

## Tutorial Videos (English)

{% embed url="<https://www.youtube.com/watch?v=RRdZt7Slncw>" %}


---

# 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/jp/creators/game-maker/creative-guide/experience-guide/night-club-and-sound.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.
