sox660
|
  |
| Joined: 31 Jan 2008 |
| Total Posts: 51 |
|
|
| 08 Aug 2014 05:19 PM |
while true do if script.Parent.Parent.Zone.Value == "World" then script.Parent:Play() else script.Parent:Stop() end end
I'm using the script for my RPG so I can work the music in a GUI and change songs Just by changing the Zone value text. But the issue I'm having is that the music won't play. Ideas? Iv tried to trouble shoot by just making a script stating
script.Parent:Play()
But even that didn't work so yeh I'm Lost... |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2014 05:24 PM |
Check if its disabled, if the sound id isn't working or something weird. It should work.....
ggnore |
|
|
| Report Abuse |
|
|
|
| 08 Aug 2014 05:27 PM |
| because infininte loop with no wait |
|
|
| Report Abuse |
|
|
sox660
|
  |
| Joined: 31 Jan 2008 |
| Total Posts: 51 |
|
|
| 08 Aug 2014 07:26 PM |
| Yep it was disabled.. Knew my coding was that rusty... |
|
|
| Report Abuse |
|
|