Hello, I'm trying to make a system mining system similar to Terraria’s. I want the player to have to hold down left mouse on the block they want to break and for the block to break after the delay. I also want it so they can’t move the mouse from the block they are trying to break without restarting the timer, I also want them to be able to continuously mine by holding down LMB without having to tap and hold on every block. Currently there is a delay on the first block they try to break, but they can move there mouse to a different spot afterwards without restarting the timer or it will mine the block they moved to depending on what order I put the code in, there is also no delay to mine any block after the first. Any help is appreciated, thanks.