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:
Does anyone know why this is happening? The game itself isn’t content deleted.
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:
Does anyone know why this is happening? The game itself isn’t content deleted.
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.
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.
I didn’t know that was a category! Thanks for pointing that category out.
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.
{
"isEnabled": true
}
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!
I did it! Wait, can you do this to games you don’t own? Isn’t that a security breach?
It’s not, as long as you don’t share your universe id. Which you can find in the Configure Game page.
Can somebody mark my solution as it’s really important to others during this time.