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