That’s because MouseButton1Down will only fire once, you can use a while loop to keep going when it first goes down, and stop once MouseButton1Up is fired.
I recommend reading this: Hold-Click Tools - #3 by VicPoweredODST
That’s because MouseButton1Down will only fire once, you can use a while loop to keep going when it first goes down, and stop once MouseButton1Up is fired.
I recommend reading this: Hold-Click Tools - #3 by VicPoweredODST