- On 2026-03-18, a Roblox DevForum report said Roblox Studio play testing could trigger a Roblox Client (Roblox Player) crash-update loop.
- In that report, pressing "Cancel" and closing Roblox Studio did not stop the loop.
- The only confirmed stop was force-ending "Roblox Runtime" in Windows Task Manager.
- Observed on 2026-03-18: Clicking Play in Roblox Studio starts repeated client crashes plus update relaunches.
- Control break: The update "Cancel" button does not end the cycle.
- Process behavior: Closing Roblox Studio does not end the stuck runtime process.
- Workaround: Open Task Manager -> find "Roblox Runtime" -> End task.
- Reported hardware: Ryzen 9900X, RX 9070 XT, 32 GB RAM (so this is not only a low-end PC issue).
[table]
[tr][th]Step[/th][th]Before (normal play test)[/th][th]After (crash loop issue)[/th][/tr]
[tr][td]Click Play in Roblox Studio[/td][td]1 client opens and joins test session[/td][td]Client keeps relaunching and crashing[/td][/tr]
[tr][td]Press Cancel on update[/td][td]Update stops and client exits[/td][td]Loop continues[/td][/tr]
[tr][td]Close Roblox Studio[/td][td]Related test process stops[/td][td]Roblox Runtime can keep running[/td][/tr]
[tr][td]How to recover[/td][td]Just reopen and continue[/td][td]Force-stop Roblox Runtime, then relaunch[/td][/tr]
[/table]
Developer Context
Roblox Corporation's Roblox platform gets frequent client updates, and this report looks tied to the handoff between Roblox Studio and Roblox Runtime.
Inference from the source: because "Cancel" and closing Studio both fail, this looks more like a launcher/runtime process bug than a map script bug.
As of 2026-03-18, the thread shows 1 post and 1 participant in "Welcome & Introductions", so there is no linked official fix note yet. Roblox DevForum thread about the crash loop
Why You Should Care
If you build games, this can block testing completely.
If you are a player helping test, you can lose time fast when the loop starts.
Quick player tips:
- Save often (every 5-10 minutes) before play testing.
- Keep Task Manager open during test rounds for fast recovery.
- Write down exact repro steps and PC specs so bug reports are easier to confirm.
- Post technical issues in a bug-report area so Roblox engineers can spot them faster.
- Q: Is this just a random in-game crash?
A: Not exactly. The 2026-03-18 report describes a repeat update-crash loop during Roblox Studio play testing, not a one-time crash. - Q: Does clicking "Cancel" fix it?
A: In the source report, no. The loop continued after pressing "Cancel". - Q: What is the fastest temporary fix right now?
A: On Windows: Task Manager -> End task on "Roblox Runtime". Then reopen Roblox Studio. - Q: Can this happen on strong PCs too?
A: Yes. The reported machine on 2026-03-18 used Ryzen 9900X, RX 9070 XT, and 32 GB RAM. - Q: Is there an official Roblox patch note for this bug yet?
A: None is linked in the source thread as of 2026-03-18.