|
| 20 Oct 2013 10:08 AM |
How to you put audio in your place. I know your not slaves.
Maybe you could reply and show the link on wiki.roblox to help
or Tell me If I need to put it on Soundscape, Workspace, Lighting or whatever
|
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 10:13 AM |
local Sound = Instance.new("Sound",workspace) Sound.SoundId = "rbxassetid://" wait() Sound:Play() |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 10:14 AM |
Ohh.... I thought it was:
Sound = Instance.new("Sound") Sound.SoundId = "rbxassetid://" wait() Sound:Play()
Lets dress like ProxyKiller! |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2013 10:16 AM |
| Then the sound will be parented to nil and will have no use. |
|
|
| Report Abuse |
|
|