View difference between Paste ID: BgAphrgt and Gm5Jyw23
SHOW: | | - or go back to the newest paste.
1
Instance.new("Sound").Parent = game.Workspace
2
game.Workspace.Sound.Name = "Music"
3-
game.Workspace.Music.SoundId = "rbxassetid://IDHERE"
3+
game.Workspace.Music.SoundId = "2899193300"
4
game.Workspace.Music.Volume = 1
5
game.Workspace.Music:Play()