API ReferenceworldinputgetKeyDown()On this pagegetKeyDown() world.input.getKeyDown(name) Description Returns true during the frame the user starts pressing down the key identified by name. Parameters PropertyTypeDescriptioncodestringName of key. Returns Boolean. Example world.input.getKeyDown('KeyQ')