|
| 17 Jun 2014 11:29 AM |
How do you find asset ID of sound? I know the normal ID doesn't work. This is how I put it in the script. http://www.roblox.com/asset/?id=130844430 But it won't work(Yes I know I'm using a dumb song, Its for testing...) |
|
|
| Report Abuse |
|
|
gogogama
|
  |
| Joined: 09 Feb 2013 |
| Total Posts: 238 |
|
|
| 17 Jun 2014 12:34 PM |
Are you trying to make the sound play? If so, The ID is correct, but you have to put it in the SoundID of a Sound object. To make it play, insert a LocalScript into the StarterGUI folder of Explorer that says: Game.Workspace.Sound:Play()
|
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 03:25 PM |
^
or you can insert a normal script INSIDE the sound and write this:
script.Parent:play() |
|
|
| Report Abuse |
|
|