SoundChannel Error message when trying to set SoundId via LocalScript

I’m getting this error:

SoundChannel loadState(2) setSoundId cannot load

whenever I try to create a sound via LocalScript like this:

tool.Handle.Sound.SoundId = "rbxassetid://" .. id

The thing is, the sound plays fine. I’m just getting an error that does nothing other than making a mess of the

Output log.

Sound Service in general has always had issues with loading sounds and printing errors in the output - if it’s something that we as developers can’t fix (as in something wrong with the core scripts) it should probably be represented in a different colour or way.

1 Like