of     1   

phoniex
#155014684Saturday, January 31, 2015 4:34 PM GMT

while true do Song = Instance.new("Sound") Song.Parent = script.Parent Song.Pitch = 0.55 Song.SoundId = ("http://www.roblox.com/asset/?id="..Songs[math.random(1,#Songs)]) Song:play() wait(Song.TimeLength) Song:remove() wait(1) end "Songs" is a table of Song IDs. The script is supposed to play songs sort of like a playlist. Instead, several different songs on the list begin to play at once. How do I fix this? ~Rock is dead. Long live paper and scissors!~
phoniex
#155022966Saturday, January 31, 2015 6:16 PM GMT

BUMP ~Rock is dead. Long live paper and scissors!~
phoniex
#155047906Saturday, January 31, 2015 11:19 PM GMT

BUMP. ~Rock is dead. Long live paper and scissors!~

    of     1