well im bored so i will help u out
1. create a new script (not local script)
2.
wait()
Name = "Music"
Id = "SoundId"
Looped = true [[if u dont want it to loop change it to false]]
local Music = Instance.new("Sound", game.Workspace)
Music.SoundId = ("rbxassetid://"..Id) [[put ur music id here, not the full link]]
Music.Volume = 1
Music.Pitch = 1
Music.Looped = Looped
wait()
Music:Play()
never tested it, so idk if it will work, but it should
gl |