|
| 27 May 2012 03:47 AM |
| What's the code to play a sound through the command bar? |
|
|
| Report Abuse |
|
|
Aurarus
|
  |
| Joined: 22 Dec 2008 |
| Total Posts: 4761 |
|
|
| 27 May 2012 04:38 AM |
| More complicated than it has to be. |
|
|
| Report Abuse |
|
|
Sam3260
|
  |
| Joined: 07 Nov 2008 |
| Total Posts: 174 |
|
|
| 27 May 2012 05:27 AM |
| local Sound = Instance.new("Sound") Sound.Parent = game.Workspace Sound.SoundId = "SoundIdHere" Sound:Play() Sound:remove() |
|
|
| Report Abuse |
|
|
| |
|