Ability to Disable Team Create From The Site

As a Roblox developer, it is currently impossible to disable Team Create without connect to it on Studio. This had lead to many issues of users being unable to connect to their game because of Team Create then being unable to disable it.

This is especially a problem for me because my College’s wifi doesn’t allow for connections to Team Create or really anything besides normal webpages. So the only way for me to work on my game while at College is to either disable it before I go, or ask a trusted friend to go on my Roblox account to disable it.
image

The solution to this problem is simple, Team Create for a game should be able to be enabled and disabled from the website. Not only will this fix my problem, but it will fix the problems were Team Create just stops working which I’ve seen happen a couple times.

9 Likes

This would be provided through Studio (e.g. start page game tile context menu) and not the website, as developer content on the website is on its last leg.

Until we have such a feature though, you can just use the web interface for the TC endpoint directly to disable TC for your game without joining it:
https://develop.roblox.com/docs#!/TeamCreate/patch_v1_universes_universeId_teamcreate

7 Likes

Thank you!!! For those who are interested in a step by step on how to disable it,

Go to configure game and copy the Universe ID:


Go to https://develop.roblox.com/docs#!/TeamCreate/patch_v1_universes_universeId_teamcreate and scroll down then enter the following info.

update 2024, You gotta switch to v1 API now

Edit: Some tags so people who google/search can find this thread
Team create disable
Fix team create
Disable team create
Broken team create

17 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.