of     1   

Balvino2
#36207930Saturday, October 30, 2010 3:36 AM GMT

Can somone please fix my script im trying to have thiller Song on my place please help.. local s = Instance.new("Sound") s.Name = "Thriller" s.SoundId = "http://www.roblox.com/asset/?id=57d90c070754e1a91c8a3fa1d5665436" s.Volume = 1 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play()
blobbyblob
#36208018Saturday, October 30, 2010 3:38 AM GMT

VinVeto897
#36211606Saturday, October 30, 2010 4:58 AM GMT

Didn't Roblox delete all sound IDs?
harryx
#36214201Saturday, October 30, 2010 7:06 AM GMT

@Blob It's hexadecimal, I think. I'm pretty sure it was how you could upload sounds and meshes. Might've patched it, so that may be the problem.
blobbyblob
#36219932Saturday, October 30, 2010 12:51 PM GMT

Well, nonetheless, you're mixing a asset link with the hex code, making it not work. Not only that, but even if you do use a hex code, there's a lot more to it than what goes in the soundId property. Open up the sound object in notepad and copy the entire thing.

    of     1