iSanctum
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 450 |
|
|
| 23 Dec 2015 09:28 PM |
Songs = {"Jingle Bells [Trap Remix]", "The Night Before Christmas [Trap Remix]", "Christmas Dubstep", "Santa Tell Me (Ariana Grande)", "Christmas Dubstep 2", "Last Christmas (Cascada)", "Christmas Eve (Justin Bieber)"} SongIds = {"331436076", "186373523", "189898361", "190097512", "190420111", "326362178", "326355455"} for i,v in pairs(#Songs) do print("DJ Kyle - "..Songs[1]" now playing!") a = Instance.new("Sound", game.Workspace) a.SoundId = #SongIds[1] a.IsPaused = false a.IsPlaying = true wait(73.6) a.IsPaused = true a.IsPlaying = false wait(0.001) end
wins a prize |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2015 09:28 PM |
it's a bad song
put a good one in and it should work |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2015 09:29 PM |
I dont fully understand what your goal is but this part looks off "print("DJ Kyle - "..Songs[1]" now playing!")"
~BeastSwordFighter: LMaD's Dr. Phil |
|
|
| Report Abuse |
|
|
iSanctum
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 450 |
|
|
| 23 Dec 2015 09:37 PM |
k so i think i made it simpler
i have 7 sounds in workspace and 1 localscript in starterGUI
this is my localscript:
game.Workspace.Sound1:Play() game.Workspace.Sound2:Play() game.Workspace.Sound3:Play() game.Workspace.Sound4:Play() game.Workspace.Sound5:Play() game.Workspace.Sound6:Play() game.Workspace.Sound7:Play()
how do i make it so that once the song is over, it goes to the next line? |
|
|
| Report Abuse |
|
|
iSanctum
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 450 |
|
| |
|
|
| 23 Dec 2015 09:42 PM |
Small idea, make them all into 1 song upload it to roblox, and put it into workspace..
~Don't tell me what to do, and don't tell me what to say~ R$61 Tx85 |
|
|
| Report Abuse |
|
|