Spacebar
How can I use the spacebar to click in my clicker game?
keyboard.space should work. If you want to detect only when the space key is fully clicked and untouched (as is for most clicker games), you can use keyboard.press.space This project by Gilles might be of help if you need it in the future: https://microstudio.io/gilles/keyboardtest/