SoundList, the simple Playlist! [V1.2 & Pro]

Ever wanted to create Playlists and play sound after sound after sound?

Introducing SoundList!
With SoundList you can create playlists with up to a million sounds (why would you do that tho…)

Information

FAQ

This module is new and it doesnt have a FAQ in the moment. Feel free to ask us anything and we will answer you and also put your question in the FAQ!

.

How does SoundList work?

SoundList creates StringValues to save your SoundIDs and changes the Sounds ID everytime the sound ended and starts the sound again. All of this in a while true do loop

.

SoundList Pro

More possible settings for sounds in SoundList Pro!
SoundList Pro makes u able to have different speed and volume for each sound!
Get SoundList Pro!
SoundList icon

Get SoundList now!
SoundList icon

2 Likes

can we get some documentation? and some pics for the other people that can’t use it rn

1 Like

I’m planning to make my own one which is more convenient to use than this one though

2 Likes

Im not home right now but when i arrive im gonna put more stuff in the post

can u show the demo with a video?

1 Like

Ok guys im home ima make a video about it and then upload it!

is this helpful?
Uploading: Baseplate - Roblox Studio 2023-05-28 16-42-49.mp4…

Nevermind the files corrupted…

This is poorly made, and all of it could be made better with 7 lines of code.

local songs -- Folder
while true do
    for _, song in pairs(songs:GetChildren()) do
        song:Play()
        song.Ended:Wait()
    end
end
Issues

(redundant script):
image

1 Like

The FAQ is not done yet.

The wait(1) is to make sure the StringValues are loaded.

The stringvalues are made cuz its how i could make the code.

Im very sorry that you do not like it. This is my first module so its not perfect. Thanks for the feedback tho

Thanks for the code, I would rely on that for my own module :wink: (like how I did rely on your idea on SocialRainbow)

Edit: Published it, here’s the repo

1 Like