of     1   

mrmcmuffinz123
#223340193Tuesday, August 08, 2017 10:11 PM GMT

##### Sound Id = "rbx asset id: //"..PH. ID. Value Music: Play() ID is a string value that contains the audio id I have spaces due to tags also... So all I need is a fix for it not loading
Kazertt
#223341079Tuesday, August 08, 2017 10:26 PM GMT

local sound = Instance.new("Sound") --Whatever you want to trigger the sound sound.Parent = (WHEREVER) sound.SoundId = "1000000" --Whatever you want sound:Play()
mrmcmuffinz123
#223343020Tuesday, August 08, 2017 10:56 PM GMT

Still said it failed to load

    of     1