of     1   

Seigh
#64270739Tuesday, March 13, 2012 6:54 PM GMT

s = Instance.new("Sound", workspace) -- You can add local if you want. s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=27697743" -- Change if you want. s.Volume = 1 -- Change these two if you want. s.Pitch = 3 s.Looped = true s.Archivable = true wait() s:play()
Vexabant
#64272272Tuesday, March 13, 2012 7:25 PM GMT

I'm actually making a music script atm, with all songs, it will be in the bottom right corner when I'm finished. But thanks for this thread. I actually can use this one.
miz656
#64273971Tuesday, March 13, 2012 7:52 PM GMT

Or....You can just put sound in Workspace, click the properties, and in a script say game.Workspace.Sound:Play()
TINISH0TZ
#64274317Tuesday, March 13, 2012 7:58 PM GMT

I hope to make a 'Music_Box_Gui'. I'll add this song to it, thanks!
miz656
#64274723Tuesday, March 13, 2012 8:04 PM GMT

Mkay...Mkay...

    of     1