Yo wsp everyone so there is a Hotbar like a default one and if u press on the three lines on the top left corner u see an inventory icon and when I click on it it shows the whole inventory but I want to show the inventory by only pressing “r” and also for mobile put the inventory icon not in three lines but duirectly next to it so u don’t have to cluick it first but instantly
Don’t take my word for it, but you may need a new GUI for the inventory and go on from there. The only game I’ve seen with an alternative keybind to inventory is BedWars.
image taken in mobile though
I mean like Grow a Garden it has the exact thing I need
Hey there, for this you are going to want to use the UserInputService for keyboard and mouse and watch this video to learn how to create personal mobile buttons. You can access the integrated Roblox Inventory by calling it by its CoreGui.
Hope this helps!
I don’t believe there is a way to customize the way the roblox core gui works. You will most likely have to make your own gui which looks simialr to the roblox one, disable the roblox default and then use contextactionservice or userinputservice to do the keybinds
If you’re trying to access the already implemented Roblox inventory using a custom UI, that is not possible according to my understanding. @Harrystylesicoo17287 is right, the most convenient way to achieve your desire is by creating your own inventory system. I found a helpful resource here on the Forum if you want to use it: InventoryMaker - A module to help you create your own inventory system - Resources / Community Resources - Developer Forum | Roblox