I am currently trying to make a keyboard in roblox studio, i’ve got all of the normal keys working but for some reason I can’t detect when a player has pressed a button. Here’s the code:
if input.KeyCode == Enum.KeyCode["1"] and not IsTyping then
Q_KEY.BackgroundColor3 = Color3.fromRGB(168, 176, 22)
end```
Thanks for reading :slight_smile: