Volt

mouse2release

Simulates releasing the right mouse button.

Syntax

mouse2release() -> void

Returns

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()

On this page