Is there a way to disable Roblox’s tool bar without making it invisible or completely unusable?
I tried to use a custom Tool Bar found from the DevForum to bypass this issue, however, I can’t find a property for me to use to disable it without completely breaking the Tool Bar.
In the video below, you can see that I use a script to set the inventory GUi to be disabled, however, you’ll still be able to use the other tools in your inventory despite that.
So far, I’ve tried to set the active property to be disabled, disabling script that loads the custom inventory, and disabling the Gui itself, none worked. Please let me know if there’s a solution to this. Thank you.
When it comes to CoreGUI functions, I usually remake them myself so I have full controllability over them. Incase the solution above doesn’t work (which it’ll probably work, will be a significant flaw in roblox’s coregui design if it didn’t), why not use ContextActionService to disable & re-enable from there?
Am I understanding this as you wanting to keep the backpack visible without allowing users to equip or unequip tools similar to those “battlegrounds” games? Can’t, have to make your own.