I want to make a command line but when I binded it to the “`” key and pressed it, the inventory opened. I don’t need the inventory in my game, so I was wondering if I am able to unbind the open inventory key. Thank you!
You can disable the inventory coregui by putting this line of code in a localscript
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
2 Likes