Does anyone know the number for “R”? Like shifts is 48. But I can’t figure out what R’s is. Thanks in advance if you can help.
Are you trying to use this with Mouse.KeyDown? You should just use UserInputService instead, where getting R is as simple as Enum.KeyCode.R.
I think that the byte for R, in any case, is 114.
2 Likes