You can’t edit places, only the experience (the starting place).
Currently, if I want to open a SECONDARY place directly in Studio, I still need the old interface:
Agreed. A way to directly edit places (not experiences) from the Creator Dashboard would be a major boost to the development process. Besides, if the Creator Dashboard claims to be for convenience, why has this feature not been implemented yet? Just a thought.
On the topic of the creator dashboard, is this ever gonna be fixed? There’s no space between “Description” and the actual description itself
Quick suggestion, archive should have a warning/confirmation, like shutting down servers does. Because archive privates the game and shuts down all servers.
Edit: They added this on pc. dont know about mobile, cuz i didnt get a confo on mobile the last time.
Even after waiting several minutes, none of the asset thumbnails load, except for the Audio page, which don’t have thumbnails in the first place.
All browsers. Speed test: 599.93 Mbps Down.
Personally, I saw the features not too long ago and was tired of the look of the old development page so I just created this simple Tampermonkey script to redirect me every time.
// ==UserScript==
// @name New Creations Page
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.roblox.com/develop
// @icon https://www.google.com/s2/favicons?sz=64&domain=roblox.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
location.href = 'https://create.roblox.com/creations';
})();
However, some of the menus when clicking on an experience have yet to be migrated over so it is still at a disadvantage.
Awesome update! Finally we get something different from the old ui which was around for years and years. Awesome update roblox!
can you just make the dashboard smaller now please
I have this experience archived:
But somehow it appears in the creator dashboard, however, in Roblox Studio it’s in the archived page. Why does this happen?
Now this is actually an epic update, I love done so we can fully transition to using the creator dash for just about everything a roblox dev might need.
Seems like “Open Experience Details” was recently added which does exactly that:
Never mind. I didn’t see that before.
Will the function of sponsoring experiences and groups be added to the creator dashboard?
is also not added to creator dashboard
I love the design of the Creator Dashboard, and how I easily can find stuff on the Dashboard. This will help me get things done with faster, so thank you! Same goes with the Roblox API, it’s nicer and smoother, and has more detail in my opinion.
When is Creator Dashboard going to get light mode support? I’m tired of having to suffer when Developer Hub redirects me to the new and “improved” documentation.
Since this is trying to replace the current create tab, I’m confused - is there no way to upload image, animation etc. assets using this new dashboard? As it’s trying to supersede the current site, I’m confused as to why this functionality is left out.
I guess they want you to use Studio for that.
That would become a problem then, as the asset manager doesn’t allow uploading assets into a group without you opening that groups place. I work in a separate place file and upload assets to the group directly - having to open a studio place just to upload assets is cumbersome.
They might add that functionality at a later time. The creator dashboard is still a work in progress; not all features from the Develop page have moved yet.