scrat1908
|
  |
| Joined: 09 Sep 2010 |
| Total Posts: 215 |
|
|
| 11 Oct 2015 06:25 PM |
For some reason, this sound won't play http://www.roblox.com/Sound-item?id=227682093.
I've added a script to StarterGUI: game.Workspace.Sound:Play()
The audio is called Sound. |
|
|
| Report Abuse |
|
|
scrat1908
|
  |
| Joined: 09 Sep 2010 |
| Total Posts: 215 |
|
| |
|
|
| 11 Oct 2015 06:48 PM |
Erm, the link is broken, maybe that's why? :P
-The [Guy] |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 06:49 PM |
ah nvm you had a period that was being interpreted as part of the URL.
K, did you try subtracting one from the ID? Not sure if you have to or not in this case.
http://www.roblox.com/Once-Upon-a-December-Music-box-item?id=227682093
-The [Guy] |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 06:51 PM |
Hm actually I don't think you do have to subtract one. So this is what you have and it's not working? rbxassetid://227682093
-The [Guy] |
|
|
| Report Abuse |
|
|
scrat1908
|
  |
| Joined: 09 Sep 2010 |
| Total Posts: 215 |
|
|
| 11 Oct 2015 07:09 PM |
| http://www.roblox.com/asset/?id=259258782, exactly. But rbxassetid://227682093 and http://www.roblox.com/asset/?id=259258782 does the same thing, right? |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 07:55 PM |
| I don't think you can play sounds that way; try placing the sound inside the script. |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 08:05 PM |
Put the sound in StarterGui as well.
-The [Guy] |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 08:10 PM |
I played the sound in workspace and used your sound id 227682093 <-- and then inserted a script in it and it says: script.Parent:Play()
and that worked. |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 08:19 PM |
Eh alright cool xD
-The [Guy] |
|
|
| Report Abuse |
|
|
scrat1908
|
  |
| Joined: 09 Sep 2010 |
| Total Posts: 215 |
|
|
| 11 Oct 2015 08:28 PM |
| I did as you said ShadowOfCrimson. You can only hear the sound for approximately 0.5 seconds, then the game loads and it's gone. |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 08:30 PM |
| In the sound object, make sure that Looped is checked |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 08:31 PM |
Like I said put it in StarterGui so it's a local sound that starts for each player when they join.
-The [Guy] |
|
|
| Report Abuse |
|
|
|
| 11 Oct 2015 08:34 PM |
| If it's a sound in your startergui, then yes, it'll be a local sound, and you'll want to make sure to run it with a local script. Then it should all be client based |
|
|
| Report Abuse |
|
|
scrat1908
|
  |
| Joined: 09 Sep 2010 |
| Total Posts: 215 |
|
|
| 11 Oct 2015 08:44 PM |
| Putting it in StarterGUI worked, thanks for the help! |
|
|
| Report Abuse |
|
|