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

I'm making a game and i need make disable the "Backspace" Button? [closed]

Asked by 10 years ago

How can i make disabled the Button "Backspace"

0
What do you mean by disable the backspace button? What functionality of the backspace button to you want to remove? Articulating 1335 — 10y

Closed as Too Broad by Articulating and evaera

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 10 years ago

http://wiki.roblox.com/index.php?title=Controlling_a_Player%27s_Character

The removeControl function will remove a player's key input on ALL keys.

If you want to make a tool that can't be unequipped, you should really make it into a LocalScript whose parent is player.Backpack.

Wanna see how it works? http://www.roblox.com/Super-Smash-Bloxxers-DX-BETA-place?id=12786455

0
Thx pablospanish 10 — 10y
Ad