|
| 03 Mar 2013 12:00 AM |
http://www.roblox.com/Only-Plays-In-Studio-item?id=108410352
I can't get the thing to work in online mode. Its a sound that plays normal for .2 seconds then goes to -.001 ... Thing is, the sound doesn't play at all in online mode, only works in studio.
Anyone got a fix for this? I'm REALLY needing it for this: http://www.roblox.com/--place?id=105339374 |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 04 Mar 2013 08:38 AM |
| This will sound dumb, but how do you preload? I've been to the wiki, but I did not understand how it works. |
|
|
| Report Abuse |
|
|
| |
|
1Topcop
|
  |
| Joined: 09 Jun 2009 |
| Total Posts: 6635 |
|
|
| 04 Mar 2013 11:31 AM |
game:GetService("ContentProvider"):Preload(Sound.SoundId)
-- If it's a LocalScript make sure you have "wait()" as the first code that's fired.
wait() -- LocalScript code here |
|
|
| Report Abuse |
|
|