wally5026
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 503 |
|
|
| 14 Sep 2013 08:13 PM |
The music plays way to late, like 5 minutes late, fix and post below please.
while true do wait(0) s = Instance.new("Sound") s.Name = "Music" s.SoundId = "http://www.roblox.com/asset?id=2027611" s.Looped = true s.Pitch = 0.2 s.Volume = 10 s.archivable = false
s.Parent = game.Workspace
wait(1)
s:play()
wait(math.random(60, 150))
wait(1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
s:stop()
wait(0.1) end
|
|
|
| Report Abuse |
|
|
| 14 Sep 2013 08:14 PM |
It's because ROBLOX has to upload the sound file to your computer before you can hear it.
Use LoadAsset() to speed up/prioritize that process. |
|
|
| Report Abuse |
|
| |