Simple Music Playlist Controller
UI for players to easily listen to a list of songs and skip, mute, change the volume, or pause them
I made it for one of my games just wanted to make it public.
Very simple/lightweight. Fits on all screens, dynamically
Link
https://create.roblox.com/marketplace/asset/13086227058/MusicController
Setup
- Put script in
StarterPlayer > StarterPlayerScripts
- Open the script and put the UI named
MusicUI
intoStarterGui
- Open the module named
tracks
in the script and insert your SoundIDs - Change any settings in the
config
module - Done