Roblox Studio will not open one of my studio projects

I’ve recently been working on a game as a solo developer. But today I went on Roblox Studio to open my project, but it comes up with this error:

image

Does anyone know why this is happening? The game itself isn’t content deleted.

3 Likes

This is a known issue that’s currently being fixed. See this topic.

2 Likes

Same! I reinstalled and it didn’t help. I am on mac.

Thanks for the link! It really helped.

Hi, yes, it is being fixed, a roblox staff already made a post about it. I believe it’s because you put on team create. For me I fixed it through enabling team create through roblox API.

1 Like

This is off category and its already a known problem.

Where are we supposed to post it then? The problem is already solved anyway, and some people don’t constantly check the announcements ok?

It goes in Studio Bugs but since its already being worked on, the post would be denied. Just saying Art design is the wrong category.

1 Like

I didn’t know that was a category! Thanks for pointing that category out.

1 Like

Hi, yes, it is being fixed, a roblox staff already made a post about it. I believe it’s because you put on team create. For me I fixed it through enabling team create through roblox API.

How’d you do that? I tried that and it didn’t work.

You first have to get the ID of the game you want to put on team create. @shkip_not
Next, you go here: Develop Api

Then scroll down to team create section.


Make sure to enter the placeID in the UniverseID area of the teamcreate section in Develop API.
Then you do the command.

{
  "isEnabled": true
}
1 Like

Mark my above post as solution if it works, thank you, it works all the time. :3

wait what it’s not working i put place id where it said universeId and put isEnabled as false and errored saying the universe id is invalid

You need to copy the code with the {} not just the isEnabled, of course it won’t work like that you silly! Copy everything I said after write “this code.”

Copy this whole thing:
{
“isEnabled”: true
}

Alright, I must’ve done it wrong. Thank you.
EDIT: You have to get the universe id from the configure game/place link.

No problem, try doing it! I hope it works!

2 Likes

I did it! Wait, can you do this to games you don’t own? Isn’t that a security breach?

1 Like

It’s not, as long as you don’t share your universe id. Which you can find in the Configure Game page.

Thank you @shkip_not Your the best :wink:

Can somebody mark my solution as it’s really important to others during this time.