|
| 06 Oct 2013 07:02 AM |
| How would I associate sounds in a script? |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2013 07:07 AM |
| What exactly do you mean by "associate"? |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2013 07:28 AM |
I think he means use a script to activate sounds. Sure you can. music = game.Workplace.Sound
music:Play |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2013 07:28 AM |
EDIT!!!!!!!
I think he means use a script to activate sounds. Sure you can. music = game.Workplace.Sound
music:Play()
THE PARENTHESIS IS REALLY IMPORTANT |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2013 07:36 AM |
Wouldn't it be
music = game.Workspace.Sound?
Sorry just wondering |
|
|
| Report Abuse |
|
|
| |
|