Reproduction Steps
1) Put some plugin script inside C:\Users\%username%\AppData\Local\Roblox\Plugins (with any error that will force Studio to stop the script)
2) In Studio Settings, turn on Plugin Debugging Enabled option
- Close Studio and open it
- Create a new project
Expected Behavior
The new project should be opened normally
Actual Behavior
The plugin script inside C:\Users%username%\AppData\Local\Roblox\Plugins is being auto-executed after creating the new project.
Due to the script error, it will stop on the error line:
And, due to another bug I already related…
… I can’t go on with the new project.
Workaround
I have to disable the Plugin Debugging option on Studio settings.
But even disabling it, when opening a new project, Studio still creates an error and also opens some other script window:
Issue Area: Studio
Issue Type: Other
Impact: High
Frequency: Constantly