According to the Roblox wiki, I would just have to use
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
to unbind the Backspace (or Delete) key, among other keys. However, this does not work. Does anyone know how to do so?
Many thanks in advance!
Me.
Hello, do you mean dropping tools? If so then there's a property called CanBeDropped
set it to false. More info here: Tools. If I was wrong please comment in this answer.