How to increase the number of slots in inventory on mobile?

Hello
What is the current easiest way to increase the number of inventory slots on mobile?
(3 is very little, when the game is played in landscape orientation)

Thanks

Settings > Studio > Enable CoreGui then in explorer go to CoreGui > Modules > BackpackScript and change this line:

local HOTBAR_SLOTS_MINI = 3

1 Like

Are you sure? You can’t open coregui modules in studio. Also I think coregui gets replaced on play.

Oh you’re right, it does get recreated each play but we can just fork the module then.

1 Like

Link to backpack script so op can fork it if they want

1 Like