Is this possible?

I want to change the roblox backpack to where you cannot access the inventory but instead only the hotbar and there is a scroller you can use to scroll through all the tools you have

I know you can disable the backpack, but I don’t think you can disable the inventory specifically.

It might just be easier to make your own inventory system that works with gears or whatever you’re trying to do. Hopefully someone else can chime in that knows more about this.

Unfortunately I’m pretty sure you’d have to make your own hotbar and disable the default backpack gui with StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,false)