Anaminus / roblox-bug-tracker

Formerly an unofficial bug tracker for Roblox.
33 stars 24 forks source link

ROBLOX Studio Script Editor crash #650

Open illisit opened 9 years ago

illisit commented 9 years ago

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.

The0neThe0nly commented 9 years ago

Confirmed.