Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to Unbind the Backspace Key?

Asked by 2 years ago

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.

0
Checked it already. Isn't for my situation, sadly. :( satyajit_ray 60 — 2y

1 answer

Log in to vote
1
Answered by 2 years ago

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.

0
As a matter of fact, I want to implement dropping tools by holding delete. That's why I would like to unbind the original function connected with Delete. So my bad, no, my question doesn't necessarily relate to tools, since I'm looking to unbind the key so I can bind my function instead. satyajit_ray 60 — 2y
0
Unfortunately I don't think there's a way to override the keybind. acediamondn123 147 — 2y
0
But I think you can make a custom inventory for your case. acediamondn123 147 — 2y
Ad

Answer this question