How do i override or delete the Roblox Topbar to get more space for GUIs?
1 Like
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All,false)
No backpack now…
30 limitssss
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All,false)
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,true)
it still doesnt work kkkkkkkkkkk
Except backpack
Oh nevermind i made frame bigger than 1,0,1,0 and everything works
I don’t think you can delete thhe buttons at the top, but you can make a frame reach the top of the screen by enabling IgnoreGuiInset
in the properties