Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Go to workspace insert "sound" then put this script inside that sound.
- local sound1=179193677 -- introXX
- local sound2=565538403 -- [NCS Release] Survive feat. Neon Dreams
- local sound3=311316650 -- [NCS Release] Cartoon feat. Coleman Trapp - why we lose
- local sound4=672387727 -- [NCS Release] Kasger - Reflections
- local sound5=576096781 -- TheFatRat - monody
- local sound6=725861594 -- [NCS Release] Everybody
- local sound7=525275139 -- Acivii - levels
- local sound8=755156652 -- Dragons - Thunder
- local sound9=563882687 -- NCS - Alone
- local sound10=631841788 -- Shooting stars
- local music=script.Parent
- while true do
- wait()
- music.SoundId="rbxassetid://"..sound1
- music:Play()
- music.Ended:wait()
- music.SoundId="rbxassetid://"..sound2
- music:Play()
- music.Ended:wait()
- music.SoundId="rbxassetid://"..sound3
- music:Play()
- music.Ended:wait()
- music.SoundId="rbxassetid://"..sound4
- music:Play()
- music.Ended:wait()
- music.SoundId="rbxassetid://"..sound5
- music:Play()
- music.Ended:wait()
- music.SoundId="rbxassetid://"..sound6
- music:Play()
- music.Ended:wait()
- music.SoundId="rbxassetid://"..sound7
- music:Play()
- music.Ended:wait()
- music.SoundId="rbxassetid://"..sound8
- music:Play()
- music.Ended:wait()
- music.SoundId="rbxassetid://"..sound9
- music:Play()
- music.Ended:wait()
- music.SoundId="rbxassetid://"..sound10
- music:Play()
- music.Ended:wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement