How to hide Roblox CoreGUI button?

Hello! I just saw something like this and thought this forum section is the right place to ask.

I’m really CURIOUS about this, this can work really good for a game I’m making.
Is it like… Beta things or what??? Can’t find anything about this in my StarterGui

4 Likes

I think it’s a new Roblox update for all games because that happened to me too and if you press esc it will show the comment button

1 Like

oh? that’s new
so i guess its not customizable i assume?

You can disable certain elements of the core GUI with StarterGui:SetCoreGuiEnabled.

‘TopbarEnabled’ for SetCore only toggles a set of CoreGUI elements (like Player Leaderboard, Health and maybe Chat? I don’t remember :ppp) not the Roblox Menu button

1 Like

they said SetCoreGuiEnabled not SetCore

Oh
right yeah i just re read it but whatever

I think I’ve been having a bug where the menu button is invisible to me too. By any chance do you know the game name?

I have noticed thia as well in a Ninjago game, it’s rather interesting as it removes the top bar completely, so I’m curious on how they did it.

The SetCore doesn’t work, and SetCoreGuiEnabled specifically says to use SetCore for anything TopBar related.

That’s Grace in the screenshot

This relates: Topbar Disappeared. Bug or feature?

1 Like

awww so it’s not scriptable/customizeable i assume :(((((((
this would make for a really cool featureee but oh well

I was thinking of figuring out a way to unbind the escape key and bring up a custom menu.

This image is actually showing something different than whats described in this post. The post talks about a bug where a CoreGui button disappears but the image here is showing a key prompt that can be used to open and close the menu.

If your using a controller youll notice these pop-up quite often. You can also see it if you use the keypad on a PC while in Roblox player home page you can move around (with your arrow keys) and this little prompt may appear:

image

I really wouldnt like spreading misinformation so this is only an assumption; its just a normal in-game element… As far as I know there isnt currently a way to hide it permanently. (and to be honest i dont think we will ever be able to customize the core gui more then we already can)

The post @Frostism_Dev linked shows a genuine bug where the main CoreGui can sometimes disappear in-game. Im not sure what causes that bug… I assume these key prompts are being actively worked on and tested multiple times. They appear occasionally in-game especially when using a controller or keypad and are likely part of ongoing adjustments rather than a bug!

1 Like

It appears to me of the bug occurring at the same time as the Grace creator using TopbarPlus, so it looks like it’s hidden.

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