Hello, I am wondering if there is any way to force this new Roblox top bar in the actual game? I see on Studio it’s this new one, but whenever I actually join the game, its 99% of the time the old one and 1% the new one, why is not just the new one? Is there a way to force the new one?
Any help will be very much appreciated
If there is no way to do this, is there atleast a way to know if it’s using this Topbar or the old one? That would allow me to switch what Tobar module I use based off the code.
One way to get the new top bar is to enable the chrome flag.
There are some ways to edit flags for your client but Bloxstrap is my preferred method.
- Install Bloxstrap
- Open the Bloxstrap menu and to go FastFlags
- Add the
FFlagChromeBetaFeature
in the FastFlag editor and make sure it’s set totrue
.
Once all of that is done when you launch a new Roblox instance it should show the new topbar.
I mean this doesn’t really answer my question as I’m asking if there is a way to force this on a player when they join my game? Or is there atleast a way to know what topbar they have.
There is no way to force the new top bar for players as it’s a percent rollout.
I suggest you read the original post for more information about the new top bar.
Can’t you just do that with client setting folder?
This method doesn’t work for me
Use the FFlagEnableInGameMenuChrome
fast flag to enable the new in-experience controls. (topbar)
I think Roblox deleted the flag because enabling it doesn’t do anything.
My method still works for me. - Perhaps you tried the wrong Fast Flag?
Maybe you have it from the rollout and its not the flag thats making it work and you have it on default because I enabled the flag but it doesn’t work
I understand your concern, however, please make sure to use the correct FastFlag as you seem to be using one that differs from the one I provided.
The correct FastFlag should be FFlagEnableInGameMenuChrome
and it should be set to True
.