Rekhmira
|
  |
| Joined: 24 Nov 2013 |
| Total Posts: 33 |
|
|
| 08 Dec 2013 11:42 AM |
I have found a weird bug with keyboard recognition using the Global Mouse. The problem can be seen if you run this localscript:
---------------------------------------------------------------------------------- local Mouse = game.Players.LocalPlayer:GetMouse()
function KeyPressed(key) if key:lower() == "q" then print("Q key pressed") elseif key:lower() == "l" then print("L key pressed")
end
Mouse.KeyDown:connect(KeyPressed) ----------------------------------------------------------------------------------
The letter "L" does not get recognized. The weird part is that if you press SHIFT+L it does work. I have tested all other letters and the problem only occurs with the letter "L". |
|
|
| Report Abuse |
|