Deleting a script while script editor Color3 constructor color picker is open crashes Studio

If you delete a script that you have open while the Color3 constructor color picker is open, Studio will unceremoniously crash without throwing a crash dialog.

Looks like a similar crash happens if you right click in the gutter so the context menu with the “insert breakpoint” option is open when the script is deleted.

Reproduction:

  • Create a script in workspace and open it
  • Input Color3.new() and leave cursor in the parenthesis
  • Run wait(5) workspace.Script:Destroy() in the command bar
  • Open the color picker

Beta features enabled:

7 Likes

Can confirm:

1 Like

Thank you for the report; this has been fixed internally.

4 Likes

It looks like the other case I mentioned in the thread still crashes Studio.
Right click in the gutter and delete the script.

2 Likes

Thanks for the report. That’s actually a different crash; the fix for that one is still in the pipeline.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.