Hi.
So I am trying to get it to display numbers pressed as well, but when my backpack loads, the numbers aren't registering. It works if I press numbers before the backpack is loaded. There is also nothing in my backpack & starterpack. Here is the script, it is a localscript inside of StarterGui.
keyboard = game.Players.LocalPlayer:GetMouse() keyboard.keyDown:connect(function(key) print(key) end)
Thanks, changing it to keyUp worked
Locked by MrFlimsy and BlueTaslem
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?