Studio Beta for Experience Controls Available Now

I didn’t know this, thanks! I was able to use the new chat system for my custom chat button now!
image
image

1 Like

Have you test or by 100 massages the count is 99+ I have a while treu do loop to test it what spam the chat

I think this new UI thing removed Shiftlock/Mouselock its super annoying now that shiftlock is gone since 3 of my systems r broken and I have to circumvent and make my own shiftlock

Hi,
We have encountered a bug when the beta is enabled, it would happen specifically in our game Trenches (and our testing / development place)
It took us a few days to realize that it was this beta causing it, whenever we playtest the game in studio it would freeze after the roblox loading screen and show us this:

we found no other reports of this, and it doesnt happen in any other experience that we tried to go in (and reuploading the experience to a different place worked as well)
we are worried that this bug will go unnoticed and will prevent us from working or even players from playing when the feature is fully released

game link: here

It has been reported a few times, it seems to happen when the beta is enabled while “CharacterAutoLoads” is disabled.

1 Like

Thanks for the detail, yes, that is correct and we’re working on a fix for this issue. More detail here: Playing game in Studio with voice chat enabled and CharacterAutoLoads set to off will hang game until a character is set - #7 by Ugilicious

1 Like


uhhh
why am i getting a mish mash of both!?!?!?

somehow ingamemenuv2 manages to mysteriously enable itself when i enable the new topbar…
(i absolutely despise this menu)

4 Likes

Do you normally have ingamemenuv2 when playing roblox games? I managed to reproduce this by having ingamemenuv2 enabled and “FFlagEnableInGameMenuChrome” set to “True”

Now you got the worst of both worlds. I think that’s what Roblox really intended for.

1 Like

This is my top bar I want feedback for it

What’s s good place for the nine dots
  • Middle
  • Place is good
  • Right
  • Left
  • Down left
  • Down right
  • Other pls tell me

0 voters

This UI is absolutely hideous. Im sorry, but I have to give my opinion.

I understand the mobile padding, but why is it on computers…
There should the same amount of space the top and side. Which means, push it over to the left just as much as the top.
image

Similar to the cube logo, push that a bit. to the right.
image

Now, make it smaller, I know you want to keep it like the standard, but it will affect many experiences like my own. I will need to be doing MAJOR reworks to my UI. It will take days for me assuming I didn’t have school. Since I do, it can take week for me.

Plus, I rely on TopbarPlus to show additional data about my expeirence. That will now look hideous, considering a ton of experiences use it.

I hear @ForeverHD is apparently taking a break from software development, meanwhile I have been focusing on my Swift apps.

Please make this similar to how you are doing TextChatService, where you add an opt in toggle. This will fix EVERYTHING! Also, please fix the padding.

Thank you for considering my feedback, if you would like to get my email for additional feedback, please private message me on the Devforum.

Sincerely Will.

5 Likes

The top padding appears to have been increased. (Ignore the custom buttons to the right of the menu toggle I added those myself)

Alternatively they could give us a way to use :SetCore to adjust the topbar Y scale, similarly to how we used to have StarterGui:SetCore("TopbarEnabled", bool) to hide the background when it used to be opaque years ago, with reasonable limits like 30 - 50 or something. This could also be a way to allow us to choose where the menu in the top right is displayed - if false keep it default, if true force it to display next to the roblox button or something.

2 Likes

Hi, When there’ll be a Topbar and Mobile Movement Mode Controls built for Left-handed users like me? Since nobody has ever asked this, I’m taking this opportunity to ask this now!

1 Like

I’m reworking UIShelf at the moment and will likely be the replacement for TB+

The last thing I have to implement is the collapsible menus, otherwise its a 1:1 copy of the actual CoreGui.

image

8 Likes

Hey there!

Not sure if this has been reported yet or if I am missing something but it seems like a recent update has thrown off where GuiService.TopBarInset.Min.X is positioned at. In a fresh baseplate using the code excerpt you provided the Frame created to visualize the inset now goes all the way to the left of the screen instead of to the right of the left button.

Example:
https://gyazo.com/3b5ffa5fb1ca63593f8cff9fdce01178

Note: The offset on the right of the screen is still positioned properly and does adjust accordingly when the button is selected.

I enjoy the new design and am excited to see it go live!

3 Likes

I saw yesterday that there a padding above the top bar is I made a custom topbar but it is now not sync with the new top bar

it kinda shows both because somehow there’s a mouse in the phone

1 Like

maybe on the bottom left corner

it’s been over half a month, it’s still not adressable via CoreGuiType

I made a custom chat button with @0Shank

With massage counter and toggle chat and fill the button if it is open if I set the chat disabled disable it the core chat button then it the whole chat

Code credits to @0Shank (I customized the code)