News

On startup in a LocalScript, I have a function that disables the backpack GUI: game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,false) and then, later, re-enables the backpack bar via this: ...