Mobile Hotbar more than 3 items (Custom CoreGui)

So I was browsing older guides on how to change the hotbar tool items on Mobile.

These guides mention CoreGui > Modules > BackpackScript and then changing line 58, however after enabling access to coregui in studio settings and looking at this module script, it appeared empty.

Did they remove access to allow us to change stuff in those scripts? (This is what I gathered from research). If so, what other alternatives do I have apart from using something like satchel?

1 Like

I’ve been trying to do the same thing I want mobile hotbar to have more than three items so if you figure it out could you help me?

I know you’re supposed to use this:

Oh thanks, looks like that is the coregui script! All you have to do is change:
local HOTBAR_SLOTS_MINI = 3
in BackpackScript to increase the number of slots!

Thanks again!

Do you know how to do what these people did? They also used this script:

Mobile:

Mobile has a scroll bar so you can see all the tools instead of going to inventory

PC:

you can see every tool here but on mobile there is a scrollbar

I can think of weird ways like disabling visibility of the coregui tool if it shouldn’t be in view when scrolling but I’m not really sure, sorry.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.