heres the code:
while true do
for i = 1, #Classics do -- The amount of children inside the folder
local Song = Classics[i]
if typeof(Song) == "Sound" then
task.wait(1)
Song:Play()
CS["Classics"].Value = Song.SoundId
CS.CLSCSongName.Value = Song.Name
CS.Parent["Classics"].CSong.Value = Song
PlayNext()
Song.Ended:Wait()
end
end
task.wait(1)
end
Sorry for posting a lot today, im having a lot of issues with this dumb radio system.