of     1   

Zea_Nova
#195777006Tuesday, August 09, 2016 10:45 PM GMT

Sounds that worked before suddenly don't. I don't know why. And all I can give for info is this error line when I bring up the Local Log; onSoundLoaded cannot find SoundService.(Sound ID) Is this a roblox update bug? They used to load perfectly fine, but now don't for some odd reason.
Zea_Nova
#195781794Tuesday, August 09, 2016 11:47 PM GMT

Bump
Zea_Nova
#195789547Wednesday, August 10, 2016 1:21 AM GMT

BUMP PL0X
Satanitus
#195867922Thursday, August 11, 2016 12:36 AM GMT

It is happening to me too
coolyoshipower
#195903244Thursday, August 11, 2016 11:48 AM GMT

Happening to me, too.
HumanXerxes
#201799765Friday, November 18, 2016 1:53 AM GMT

Anyone have a solution yet?
FracturedLegs
#202018987Sunday, November 20, 2016 3:57 PM GMT

coolyoshipower
#202019111Sunday, November 20, 2016 3:59 PM GMT

I believe it has been fixed. If you are still having problems, make sure the EmitterSize property of the sound is NOT 0 and is something like 10. New sound update added that and it seems to have messed up a lot of old sounds. Hope this helped.
HumanXerxes
#202020846Sunday, November 20, 2016 4:21 PM GMT

I ended up just replacing every sound and that seemed to work (EmitterSize was already 10 for them btw). function ReplaceSounds(Model) for _,Child in pairs(Model:children()) do if Child:IsA("Sound") then local S=Instance.new("Sound") S.Name=Child.Name S.SoundId=Child.SoundId S.Pitch=Child.Pitch S.Volume=Child.Volume S.Looped=Child.Looped S.Playing=Child.Playing --Add any other property you wish to copy S.Parent=Child.Parent Child:Destroy() else ReplaceSounds(Child) end end end ReplaceSounds(workspace) And they were fixed.
FracturedLegs
#202021140Sunday, November 20, 2016 4:24 PM GMT

For some reason the music just stops playing out of no where for no reason, it is not the script, the error says: onSoundLoaded cannot find SoundService https://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=36133282
Gygaxic
#202021522Sunday, November 20, 2016 4:29 PM GMT

I use to have the same issues, try and change your audio settings on your sound manager, some features like echo's or effects can filter some sounds. Hope this works. 11,774
FracturedLegs
#202022118Sunday, November 20, 2016 4:36 PM GMT

In SOundScape, I put the reverb to NoReverb and it still just stops the music out of no where. https://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=36133282
HumanXerxes
#202047352Sunday, November 20, 2016 8:58 PM GMT

Did you try doing what I said? For me it must've been a glitch in transitioning old sounds to new sounds. Try replacing your Sound object (not just copying and pasting it).
shawnbon246
#220621161Thursday, July 06, 2017 5:54 PM GMT

The thing is, I can hear most sounds on my roblox except some gears and music. can somone PLEASE tell me how to fix this? I really enjoy listening to music on roblox! 0 shawnbon246
HumanXerxes
#220666037Friday, July 07, 2017 3:17 AM GMT

It could be that the sounds didn't load properly for you yet. Could you be more specific? Are you talking about your own place or someone else's game?
UltimaNobody
#220666423Friday, July 07, 2017 3:23 AM GMT

This is happening to me too.I think its just one of those issue where roblox messed up.I cant hear jailbreak gun sounds,cars sound,and Certain CB:RO sounds. Please fix this roblox. #ROBLOXStopBeingLazy #ROBLOXStopBeingLazy
coverkin7
#220666910Friday, July 07, 2017 3:30 AM GMT

like the death sound? lmao Small Loan Of A Million Robux
redpaintbucket
#227869758Thursday, November 23, 2017 2:36 AM GMT

Same here. I wish I knew how to fix it or if ROBLOX gave instructions on how to fix it for your computer. I thought it was my computer breaking for ROBLOX only. Nope. This is what's going on for me similar to another reply all the way down there. Project and Pokemon Brick Bronze. Sounds that aren't playing. Hit noises, cries, fainting cries, Poke Ball. Sounds that still work. None. Music works but sometimes not in battles... CB:RO and CB:R. Gun noises, some reload noises, who wins noises, bomb music. Main music (winning and losing) still work. O n e last o n e. As somebody said, gear noises won't work. I haven't experienced car o n e s but it really get's annoying for some games because you can't hear anything! Gun noises in Jailbreak. In conclusion (Am I typing up a final exam or something?) Some long "sounds" like music will work, but after hearing most sound effects, they stop working. About a day or t w o of NOT playing the game will fix it temporary. I rarely hear CB:RO break a lot for some reason. If the sound effect in o n e game (Pokemon Brick Bronze hit noises) is also in another ROBLOX game, I think it stops working both at the same time (If o n e stopped the other o n e stopped). The End. Dat was a big book.

    of     1