Inventory [ NEED HELP ]

How to disable hotbar but still enable the inventory default?

2 Likes

Wdym disable hotbar?

Inventory will be enabled by default

1 Like

I want to disable the hotbar, the toolbar, because i have customized toolbar, but i don’t want to disable the inventory where you press “~”

Maybe just disabled the script?

the hotbar is visible when the Backpack startergui is enabled, you can disable it by putting this in a localscript

code:

game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
1 Like

he said he don’t want to remove inventory but he wants inventory

Disabling the backpack core gui doesnt remove the backpack instance inside a player

Yep, it will remove the backpack gui which appears when ~

So I can still use “~” ? You know when you press “~” it will show a Rectangle GUI with remaining tools etc

Soo, is there a way to keep it? I just want to remove the toolbar.

No you cannot use it, if you want to use it, don’t disable the backpack

What is toolbar, the button on top?

When you remove the Backpack coregui, the ~ key doesnt open the backpack gui when you press it, but both the hotbar and that rectangle gui will both be disabled

The one on the middle bottom? Where there’s lists of your tools from 1-10?

Yes it will get removed if you disable backpack, but the ~ won’t open any menu

So there is no possible way to keep/enable the Backpack GUI where u press “~” while disabling the hotbar/toolbar.

I ask this because I can only make custom hotbar but I can’t make the inventory…

You don’t need to make the inventory, the inventory instance will be there by default

toolbar
So i want to disable this one. This is what I called tool bar/ hotbar
But, I still want to enable this below, this is what I called inventory
invent

I think when I already give pictures you will understand what I mean