|
| 23 May 2012 08:35 PM |
| Can you do this without a GUI and just put in soundscape if so please try your best to explain how to do it im a little new.... I can just insert a free model track and edit the IDs if I need to I just don't know where to put it at when I have it. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 23 May 2012 08:36 PM |
s = Instance.new("Sound",Workspace) s.Volume = 1 s.Looped = true s.SoundId = ""--ID here s:Play()
|
|
|
| Report Abuse |
|
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
| |
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 23 May 2012 08:44 PM |
Also, if that doesn't work you can also just put the object in Workspace with the sound ID and say this in the script
game.Workspace.SoundNameHere:Play() |
|
|
| Report Abuse |
|
|