Roblox Keycodes
Code piggyplayer50 gives you 50 piggy tokens.
Roblox keycodes. However you can get around this with a few of the keys for example by using the mousekeyup event. Piggy codes active the following is a list of all the different codes and what you get when you put them in. Using your example most people have to confront what an enum is when they start using userinputservice as there is a defined number of valid keys that can be pressed so roblox made an enum for it. For inputs like the mouse this provides no additional information.
Note keycode keyboard values refer to the physical position of buttons on a standard qwerty keyboard. This event fires when a key is pressed with the passed argument being the key that was pressed. For types of input like keyboard this describes what key was pressed. The keycode enum is used by the userinputservice contextactionservice and inputobject classes.
It has 254 items. In order to use the inputbegan event the userinputservice service must be used local userinputservice gamegetserviceuserinputservice a sample function providing multiple usage cases for various types of user input userinputserviceinputbeganconnectfunctioninput gameprocessed if inputuserinputtype enumuserinputtypekeyboard then local keypressed inputkeycode printa. This means that provided the users system is configured correctly the location of keys such as wasd will remain the same on other keyboard types such as dvorak keyboards where it would map to aoe. Not all keys generate this event.
In order to use the inputbegan event the userinputservice service must be used local userinputservice gamegetserviceuserinputservice a sample function providing multiple usage cases for various types of user input userinputserviceinputbeganconnectfunctioninput gameprocessed if inputuserinputtype enumuserinputtypekeyboard then local keypressed inputkeycode printa. Function onkeypressinputobject gameprocessedevent if inputobjectkeycode enumkeycoder then printr was pressed end end gamegetserviceuserinputserviceinputbeganconnectonkeypress basically youd be using the userinputservice and when inputbegan is fired itd run onkeypress and then you would check which key was clicked which. Some keys generate the same string as other keys.