Volt

mouse1release

Simulates releasing the left mouse button.

Syntax

mouse1release() -> void

Returns

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

On this page