Bug that allows you to hide new coregui

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

4 Likes

It never got patched. It still works

No, it works in game for me on mobile and desktop (if you have the old topbar fflag that breaks it)
A few years ago it worked with the old topbar but they accidentally patched it with the loading screen change
But its worked again since they made the new topbar

works on my machine so idk what to tell

oh yeah this only works if its the only thing in ReplicatedFirst (all others have to be parented to it)

For anyone reading this the bug hasnā€™t been patched yet
it was a bit of error on x86dbgā€™s part

2 Likes

Is fixed by roblox now, I tried it and for a moment it is gone, but after some time (about 10-20 seconds) they pop up and are in the top left corner as usual.

1 Like

Yep, this has unfortunately been patched :frowning: thatā€™s annoying
I think iā€™ve found a way to stop the ui from opening when esc is pressed but itā€™s a bit hacky and I am still yet to test it properly

2 Likes

since it takes a few seconds for the menu to come in, are you just running the script to delete the menu a lot or?

Nope, Iā€™m using a method that has worked for me for a long time, itā€™s only stopped working around now.

1 Like
for _, v in game:GetChildren() do
    pcall(function()
        v.Name = ā€œCoreGuiā€
    end)
end

Local script in replicated first

2 Likes

huhā€¦ iā€™ll have to experiment with this, it seems to work
Edit: simply renaming one of the earlier loaded services like KeyframeSequenceProvider (which is deprecated anyway) to coregui seems to do this, nice

1 Like

The only problem is that you cannot use anything related to Coregui like SetCore or SetCoreGuiEnabled

Cool bug, i want to it wasnā€™t been as bug, own menu on button ESC
Player still can find way to leave from game.

1 Like

Just tell them to alt+f4 lol, it doesnā€™t actually close roblox but instead simply leaves the game

you could always try just kicking the player on a gui click, or moving them to another game like a main menu when they press a button

With kicking them, the coregui is gone entirely which includes the kick UI, but teleporting them to another placeā€¦ now thatā€™s an interesting idea

1 Like

@ChatGGPT @NightMayRise @c1rcuitbent

We should move elsewhere off outside of this thread. Obviously Roblox engineers have seen this thread and have decided to patch these workarounds in order to force this highly intrusive UI upon all developers without working on any long term solutions (or publicly letting us know that they see why developers may intentionally use this and are working on solutions). These patches do nothing but hinder my ability to create truly unique games on the platform.

Imagine how immersive my game could be if it wasnā€™t for these uncustomizable buttons made for fat-fingered toddlers sitting in the left corner of my screen:

EDIT: Here it is!

8 Likes