Bug that allows you to hide new coregui

PC Info: Windows 10, 22H2
Date First Experienced: August 29th, 2023
Date Last Experienced: January 22th, 2024

Reproduction Steps:

  1. Enabled the new topbar beta feature
  2. Add a LocalScipt to ReplicatedFirst
  3. Add the following lines to the script:
game.Players.LocalPlayer.PlayerScripts:Destroy()
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All,false)

Image showing the result of this:

Expected Behavior: The game either refuses to go past the loading screen or the coregui displays anyway
Actual Behavior: The coregui doesn’t appear

8 Likes

The buttons in the top left corner disappear when you delete PlayerScripts. Just saying.

In non beta version, the loading screen just freezes when there’s no PlayerScripts

I think this was just a bug that got unpatched. 2 years ago the old coregui did the same thing the beta one is doing

1 Like

Thanks for the report! We’ll take a look.

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)

2 Likes