|
| 25 Sep 2016 09:22 AM |
So.. there is a sound in the Soundscape... And it won't play in ROBLOX Player The (local) script: wait(1) game.Soundscape.Intro:Play() I really need help.
:D |
|
|
| Report Abuse |
|
ChipTunes
|
  |
| Joined: 18 Jun 2012 |
| Total Posts: 5658 |
|
|
| 25 Sep 2016 09:36 AM |
n = 0 while true do n = n +1 wait(1) game.Workshop.Sound:Play() wait(120) end
"Why don't you make like a tree and get out" |
|
|
| Report Abuse |
|