mouse1release
Simulates releasing the left mouse button.
Syntax
mouse1release() -> voidReturns
This function does not return a value.
Description
mouse1release simulates releasing the left mouse button that was pressed with mouse1press.
Example
mouse1press()
task.wait(0.5)
mouse1release()Related Functions
mouse1press- Press left mousemouse1click- Click left mouse