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