Variable=Instance.new("Sound",game.Workspace) Variable.SoundId="id=169344914" Variable:Play() script.Parent.Looped=true I've tried to fix the sound buts its not working if anyone can help please .
You made a couple mistakes. Try this:
Variable=Instance.new("Sound",game.Workspace) Variable.SoundId="rbxassetid://169344914" --Use this format Variable:Play() Variable.Looped=true --You were telling the workspace to play...which it can't.
Try this now. It should work, because I tested it. If you can't hear the audio, make sure to turn up your volume. Hope I helped :P