Jotto 10 Posted August 23, 2015 Hello, sorry to ask such a basic question. I'm trying to use KeyDown(VK_SPACE); to make it as if I am holding down the spacebar continuously. What ends up happening is that the script taps space just once. How do I make it behave like I am holding down the spacebar, rather than just tapping it very briefly? Many thanks. Quote Share this post Link to post Share on other sites
Wanted 12 Posted August 29, 2015 Use VKeyDown instead of KeyDown Quote Share this post Link to post Share on other sites