- On 2026-04-13, Roblox Studio (the creation tool on the Roblox platform by Roblox Corporation) got a bug report saying audio was broken even after many fix attempts
- The report says testing on multiple computers still failed, and other users had the same issue.
- As of 2026-04-14, the Roblox Developer Forum thread shows 6 posts and 4 participants, plus a private message linked to the bug report.
- 2026-04-13 - A creator posted "Roblox Studio Audio Is Broken" in Engine Bugs and tagged it `audio-bug`.
- 2026-04-13 to 2026-04-14 - The thread activity grew to 6 posts from 4 participants, so this does not look like one random local glitch.
- 2026-04-14 - No public fix note is linked in that thread yet, so current status is still "reported / under review"
.
[table]
[tr][td]Test[/td][td]Before (expected)[/td][td]After (reported)[/td][/tr]
[tr][td]Play sound in Roblox Studio[/td][td]Audio should play if setup is correct[/td][td]Audio is reported as broken[/td][/tr]
[tr][td]Try normal fixes[/td][td]Restart/recheck usually fixes local setup mistakes[/td][td]Reporter says many methods did not fix it[/td][/tr]
[tr][td]Switch to another computer[/td][td]A second computer should work if first one is the problem[/td][td]Issue was still there on different computers[/td][/tr]
[tr][td]Ask other creators[/td][td]Most others should be fine if issue is local[/td][td]Other users were said to have same bug too[/td][/tr]
[/table]
Developer Context
This looks like an unintended bug, not a planned feature update.
The report is on the Roblox Developer Forum and targets Roblox Studio audio behavior.
A private message is attached, which usually means extra repro details and logs are shared with Roblox staff.
As of 2026-04-14, there is no linked release-note fix inside this thread.
Source: Roblox Developer Forum bug thread: "Roblox Studio Audio Is Broken"
Why You Should Care
This can mess up dev testing and slow updates
- Rhythm, horror, and story games depend on sound timing.
- You can waste hours debugging scripts that are not actually the problem.
- Team projects can get stuck when one person blames code and another blames Studio.
- Keep a tiny "audio test place" with one sound and one play button.
- Add temporary subtitles or visual cues so playtests still make sense.
- Save clear repro steps with ISO dates for future bug replies.
- Q: Is this only my computer?
A: Maybe not. The 2026-04-13 report says it happened on multiple computers and other users saw it too. - Q: Is this a Roblox game bug or a Roblox Studio bug?
A: The source is specifically about Roblox Studio. Live game impact is not confirmed in this thread as of 2026-04-14. - Q: Will reinstalling Roblox Studio fix it?
A: You can try, but the report says many fixes were already tested without success. - Q: What should I do on 2026-04-14 while waiting?
A: Keep building, use a simple repro place, and watch the thread for updates.