How can I do it that local Music is listed in another script? (An extra script with only the music IDs)
local Music = {
5108618911,
159152899,
913576320,
158001900,
2007907591,
2007907591
}
local chosen = Music[math.random(1, #Music)]
sound.SoundId = "rbxassetid://" .. chosen
wait(0.5)
sound:Play()