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!
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!
Would you be able to post the code causing this error?
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.
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()