#backpack

16 messages · Page 1 of 1 (latest)

feral saffron
#

does anyone know how i can disable the roblox inventory when they press ` but show the tools?

crimson vault
#
local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false) --Turn off

use this

feral saffron
#

and when i use a custom hotbar the tools doesnt clone correctly and the old roblox hotbar shows

balmy willowBOT
#

studio** You are now Level 5! **studio

feral saffron
#

@crimson vault

crimson vault
#

I am confused on what you are trying to achieve, neither do I have your code.

feral saffron
#

ok

#

sorry i wasnt clear

#

i want it so the inventory doesnt show but only the hotbar when you click `

#

because when you click ` the inventory shows but i dont want that only the slots 1 to 0

crimson vault
#

only clear answer I see to this is a custom inventory system

#

hotbar when you click ` and slots from 1-0 are same

#

which is called "Backpack"

#

cant disable just one

feral saffron
#

oh