Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can i hide backpack gui?

Asked by 8 years ago

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??

0
You would have to make your own backpack script. M39a9am3R 3210 — 8y
0
Yeah, you are going to have to create your own tool system Im_Kritz 334 — 8y
0
What are you referring to when you say "disabling?" The whole thing is being disabled because that's what you just told it to do. What do you still want it to do? 1waffle1 2908 — 8y

Answer this question