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?
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!