Hi I want to hide backpack.Here is the script:
local StarterGui = game:GetService('StarterGui') StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
But it makes backpack disable and i cant use tools anymore. How can i hide backpack without disabling it??