Scripting sound problem

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear! I believe this is a scripting problem weird audio sound. Game link = https://web.roblox.com/games/7046583372/WesternDeck-Resturant

  2. What is the issue? Include screenshots / videos if possible!
    You can join my game as there is a weird audio playing.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub? Yes. I have checked all my scripts for errors or random ids. Anybody else having this problem? Started at 5:00pm.

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

1 Like

Have you checked the explorer for any sound instances that are set as playing while they’re not supposed to be?

In the console Output the contents of SoundService.

You can use this command

table.foreachi(game.SoundService:GetDescendants(),function(_,Instance)
    print(Instance.Name)
    print(Instance.ClassName)
end)

If not the check if the sound is being created locally by the client in playerscripts.

1 Like

Not working. I have tried both things.

I have not found the problem but I reverted my game back a month and it worked.