game.StarterGui:SetCoreGuiEnabled("Backpack", false) glitch

Upon disabling the GUI, (especially when a player enters the game) the open button remains, and doesn’t go away. It is inactive also.

1 Like

Put the objects in the StarterGui for now instead of the StarterPack? While this is a bug that should be fixed, that is a good workaround.

Lol :SetCoreGuiEnabled() has been buggy from the start, I showed several issues with it to zeuxcg, and from my understanding he said it wasn’t his area so he couldn’t work on.

What I do:

game:GetService("Debris"):AddItem(Instance.new("Tool", game.Players.LocalPlayer.Backpack), 0)

Yes, I like compiling. Haha.

And then, I disable the CoreGUI.