of     1   

PyroSparkle
#140397952Tuesday, July 15, 2014 9:07 AM GMT

so I copied the script from http://wiki.roblox.com/index.php?title=KeyDown_(Event) local function onKeyDown( key ) print("Key:", key, " Code:", string.byte(key)) end mouse.KeyDown:connect(onKeyDown) and when I tried to press the number keys, it wouldn't show up in Output. also the "F" key, strangely enough. Is there a workaround? It seems all the other keys work, except 1-0 and "F". (well, also comma,period, "I", "O" and tilde but those already have stuff assigned, unlike the number keys)
PyroSparkle
#140397990Tuesday, July 15, 2014 9:08 AM GMT

oh whoops. forget this was posted. I decided to read lower on the page (haha) and i found a workaround there. sorry for wasting your time. :P

    of     1