[Fixed] Backpack CoreGui not appearing

Hello,

I am having an issue making the Backpack CoreGui appear. I used the following code to disable it, and when I change false to true, the Gui does not come back.

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

I have even tried running the snippet above (of course I defined StarterGui via GetService), and still no results. I have also done CTRL+SHIFT+F to look for any places that disable to CoreGui - even commenting those out, no luck.

It really seems as if now it won’t come back at all. Is there a setting somewhere, some script, or something that may have gotten altered that I am forgetting about? I tried to first post this in the bug sections as I really think it is a bug, but my permissions did not allow for such.

Thanks,
wattleman

The code provided disables all CoreGUI’s, not just the backpack.
This is probably done through a script or a plugin. If not, then it’s probably a bug.

I’m aware, but the Backpack is the only thing not working.

Can you try running the same script in a new baseplate? You can also try wrapping it in pcall.

It’s not really a single script, it’s part of the AeroGameFramework.

I’ve got no errors.

Update:

“TopbarEnabled” must also be set to true for the Backpack to work.

Thanks to @SnowieApples for solving that!