RainSoundGroup is not a valid member of SoundService "SoundService"

Hey I am getting this error
RainSoundGroup is not a valid member of SoundService “SoundService”

The piece of code erroring

RainSoundGroup is not a valid member of SoundService "SoundService"

Any help is welcomed!

1 Like

Would you be able to post the code causing this error? :slight_smile:

I 100% didn’t already post it in the code above…

game.SoundService.RainSoundGroup.RainSound:Stop()

Sorry here you go

It just means that the Sound doesn’t exist. Just check where RainSoundGroup is (Else make it SoundService:WaitForChild(“RainSoundGroup”)

But it does exist on the server I have checked and yeah.

1 Like

If you want good help, you need to provide us with more information. There can be ten reasons why this is happening.

Hello, I don’t know what you wanted but here is a fix for the error.

game:GetService('SoundService'):WaitForChild('RainSoundGroup'):WaitForChild('RainSound'):Stop()