"singleton Studio already exists" Error Fix!

If you see “singleton Studio already exists” in your output when you open a project in Roblox Studio, it’s from the Surface Converter plugin.

Just delete that and problem solved!

7 Likes

I suggest you to move this topic to #resources:community-tutorials

Sorry, this is like my 3rd ever post on dev forum so I’m kind of new

1 Like

Someone tagged me in another post regarding a issue with this plugin.

I am in the process of figuring out the issue and fixing it, if any other issues arise in my plugins please private message me!

The singleton error should be fixed now. I updated the plugin. Please private message me for any additional bugs or issues.

It was caused by

local Studio = game:GetService(“Studio”)

Thanks, great plugin by the way!