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

How do you bind an action to the 'enter' key?

Asked by 5 years ago

Hello, normally when i bind actions to keys i just do this:

UIS.InputBegan:connect(function(input)
if input.KeyCode == Enum.KeyCode.W then

but i couldn't bind something to the enter key i found out you can bind the 'KeypadEnter' key but that the key i am looking for

If you know how to bind actions to the enter key please tell me i have seen it done in other games before

If there is anything wrong with this post just comment i will edit or delete the post

0
I think the keycode is Enum.KeyCode.Return (13) User#20388 0 — 5y
0
Thank you TigerClaws454 48 — 5y
0
np User#20388 0 — 5y

Answer this question