Disable roblox topbar

image
is there anyway to completely hide that? ive tried disabling startergui stuff but nothing can hide that

1 Like

Some icons of the top bar you can’t hide, like the pause button and I think the one you’re trying to hide also. The best you can do is something like:

-- (Local script)
local StarterGui = game:GetService("StarterGui")

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)

or similar methods.

not too helpful since ive done this :sweat_smile:
image


still no luck :broken_heart:

There might be a feature request on this, I don’t know much about this new top bar but I’m 80% sure you can’t disable that button.

Bumping this, I strive for a more customizable CoreGui, the current features suck and leave me with a very little possibility to include my own custom systems without Roblox’s default being in the way. :face_with_diagonal_mouth:

IIRC, a colleague of mine made a plugin where it disables all of CoreGuis, but not sure if it may work for this new version…

Bumping this because PLEASE allow us to customise our games

3 Likes

Another bump please i would like to do this!!

1 Like