ROBLOX studio crashes when a plugin(not sure why command bar doesn't cause this) modifies the source of a script, while the editor is open to it, and then closed.
Repro:
Make a localscript in workspace.
Save place
Make a plugin with code
wait(5)
workspace.LocalScript.Source = 'test'
Open the same place, and then quickly go to the localscript, wait up to 5 seconds, and then close the script tab. Studio should subsequently stop responding.
ROBLOX studio crashes when a plugin(not sure why command bar doesn't cause this) modifies the source of a script, while the editor is open to it, and then closed.
Repro: Make a localscript in workspace. Save place Make a plugin with code
Open the same place, and then quickly go to the localscript, wait up to 5 seconds, and then close the script tab. Studio should subsequently stop responding.