> ## Documentation Index
> Fetch the complete documentation index at: https://docsuncv2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# mouse1click

Simulates a full left mouse button click.

```luau theme={null}
mouse1click(): ()
```

## Returns

<code title="the function does not return a value.">void</code>

## Example

<CodeGroup>
  ```luau Example 1 theme={null}
  <<<<<<< HEAD
  mouse1click()
  =======
  -- mouse1click(): ()
  >>>>>>> 50e30f53759b0538759af25c9b271514aa2c9290
  ```

  ```luau Example 2 theme={null}
  mouse1click() -- Performs left click
  ```
</CodeGroup>

<Tip>
  Simulates both press and release events.
</Tip>
