For the complete documentation index, see llms.txt. This page is also available as Markdown.

FAQ

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.

Last updated