# FAQ

The main place for the **"hey, how to do.."** answers.

### How to start the minigame

You can start the minigame by using the command `/dance`.

### How to change colors of the arrows and UI

Arrow and other UI configurable colors are located in `rcore_dance\client\ui\config.js`

### How to change to different notification system

1. go to `rcore_dance\client\lib\notify.lua`
2. remove content of the `Notify` function
3. add your own code to show notification

The `text` parameter is the text of the notification you want to show.
