🎛️Playlist
Last updated
Chain multiple emotes into a sequence that plays automatically.
/playlist [name] Play a saved playlist
/playlist stop Stop the current playlist
/playlist pause Pause / resume playbackPlaylists are created and managed through the emote menu's Playlists tab. You can:
Add emotes to a playlist with custom timing
Save, rename and delete playlists
Playlists are saved per client using KVP (persistent across sessions)
MaxPerPlaylist
20
Max emotes per playlist
MaxPlaylists
10
Max saved playlists per player
Last updated
Config.Playlist = {
Enabled = true,
MaxPerPlaylist = 20,
MaxPlaylists = 10,
}