Bug that allows you to hide new coregui

forgot to post this here, i found a way to make this work on the current CoreGUI
you just need a custom teleport GUI + the bug in the first post

Example place:
join place: A Vision of Shadows - Roblox (you join here)
main game: A Vision of Shadows - Roblox (teleports to here w/o coregui)

EDIT: This variant of the bug got patched or my game broke since it shows the gui after teleports again. Funnily enough they still havent patched it with the new topbar

4 Likes

Roblox has been aware of bugs like this for at least 2 years and they havent patched this one yet?

is this an intended feature???

1 Like

No need for them to patch this out… Having no coregui is honestly an upgrade compared to the buggy Lua-React abomination they’re pushing on us in the Updated Experience Controls update.


I’d rather have to recreate the entire CoreGUI from scratch than have to make “accommodations” so that mess barely looks good in my game. No CoreGUI also means more performance, too! :wink:

16 Likes

im only wondering since they patched all other variants of this bug (deleting PlayerGui, etc.)

1 Like

A user named K_J (ChatGPTT) has been suggesting this on some more devforum posts somewhere, This is a bad idea, I would not rely on this but you should rather use this workaround which is the harmless way because it does not affect ingame so mobile players do not have to suffer and that scammers can’t use it to get an advantage. This only works on studio:

local oldnames = {}

for i, v in pairs(game:GetChildren()) do
	oldnames[v] = v.Name
	v.Name = "CoreGui"
end
task.wait(0.5)
for i, v in pairs(oldnames) do
	i.Name = v
end

Also you should have reported this bug privately not publicly as this is a dangerous bug. So what if you hate new coregui? You can just use old coregui since the new coregui is still a option as a beta feature on studio.

4 Likes

It’s useless if it only works in Studio. Malicious users cannot take advantage of this either in any way, shape or form in any meaningful way when PC users can just close the app via every other way other than the ESC menu, and Mobile and Xbox users can do the same.

This has nothing to do with the new or old CoreGui other than the fact that disabling it gives your game more performance and allows you to have a consistent style without an intrusive and buggy watermark.

Let developers have control over how their game interfaces with Roblox.

Note here:

5 Likes

Whats the note about?

It’s just a reference about their mention of the performance issues associated with the new coregui.

1 Like

Oh, is this for everyone? I didn’t think that everyone has this issue.

1 Like

I certainly do. Roblox has been using more and more overall memory and is more resource heavy than it was even 2-3 years ago, for truly no reason. My game is extremely lightweight and follows the same design standards that Roblox games had followed whether directly or indirectly prior to 2016, but, my game, along with the games inspired by it suffer from issues and slowdowns that source completely from the incompetence of Roblox’s modern engineers.

You do not need to code everything in React Lua. You do not need to make everything look like some webdev’s first Electron app. You do not need to force these unneeded changes down everyone’s throats without suitable alternatives and a proper way to remove and disable this bloat.

These things are only symptoms, and the root cause of these terrible changes stems from Roblox going public. Even earlier than that we could even come to the conclusion that the co-founder of Roblox dying is that truly started this strange spiral down.

With every single good change Roblox makes, someone else seems to have to make three bad changes, forcing developers to become stuck in a limbo of dealing with horrible “updates” while being satisfied with one good thing every once in a while.

5 Likes

I do and I believe everybody do, but the impact differs wildly with different hardware configurations and devices. It’s not as severe for me as yours but it still exists as an issue. But it’s kinda a huge issue on my low-end Samsung Galaxy M12 phone for example, I just get a huge spike and a 1-2 freeze in the game before the Roblox in-game escape menu opens.

1 Like

“Dangerous” is remote code execution

its just a variation of a well known bug thats been spread around for a while

most clients have the new UI rolled out so that doesn’t mean anything (+ i used this bug to do some cool things prior to the new topbar before it got patched originally)

I literally have this enabled in some of my public places specifically for mobile because the new coreUI is too big on my mobile devices (and got rolled out to all of them months ago)

Scammers getting an advantage? How would scammer get an advantage? They can still phish people and the people who fall for that stuff dont pay attention to see if theres a roblox menu button in the corner.

If somebody were REALLY committed, they could technically make a fake roblox menu and a fake home page and everything so the player thinks they left the game. Then they could prompt purchases if you try buying something off of the fake catalog or something and steal your money that way.

But lets be honest… this is a stretch and nobody would do this just for a simple scam that has a very low chance of working anyway.

5 Likes

How did you do this? When I do it, it just glitches my camera

1 Like

You need to load custom coresripts

2 Likes

Oh, OK.
I was just curious and a bit angry because everything worked well with my 6 year old device without graphic card and now with a brand new device with graphic card the freeze is here.

1 Like

Bro I should make the entire system from scratch? And with PlayerScripts deleted where will I put my other scripts now?

ReplicatedFirst?

i’ve never really used PlayerScripts

gonna kinda respond to your post, and others on this thread, but I won’t ping them because I’m lazy.

scammers don’t care, they’ll just find another work around. I’ve already seen games teleport you to the same game whenever you pull up the menu making it so you can’t leave. mainly teleporting and trapping you in inappropriate scam places, [ which I’ve reported yet roblox won’t remove, thanks roblox, kids are tramatized ]

this just removes the ugly menu, and is being used for nicer things, like the_pit.mp4 - Roblox but it’s basically the same thing that’s already being used. you just can’t open it anymore. regardless if these are patched, scammers will just find another work around.

the only way I can see this being malicious is fake login screen as someone on this post said, and not seeing the logo can make it way easier to phish someone, and since roblox uses the same app logo on desktop/toolbar, and I assume phone, you can’t tell. the only giveaway is the change of tint when you press esc on pc. and it would not be hard at all to fake the login screen, it’s simple and modern. I’ve seen people remake the roblox ui 1:1, someone just has to use devsave instance and bam, it’s all there. we’ve already had scams that use fake players too, fake chats, fake logins, this is just making it more convincing. and while many of us here know better, this is a kids website, kids who don’t know better.

I think we should be able to remove the roblox icon only if you’re 17+. , or HAVE to replace it/be able to customize it, I want my darn burger back.

anyway, anyone know how to help players spot fake logins that don’t have a logo? if not, then don’t be upset when this is patched

sorry for any bad english/if this doesn’t make sense, I don’t write a lot lol

3 Likes

It never got patched. It still works