Customize Music Settings

The music system allows users to save their preferred music and play it automatically when they enter the Multicharacter screen. Users can save tracks, add new music, and delete saved songs.

Music Slot Configuration

You can control how many music tracks users can save in their profile:

Note:

Config.Music = {
    MaxSlots = 1, -- Maximum Music Slots
}

The MaxSlots parameter determines how many different songs a user can save. Currently, it is set to 1 by default.