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

# Exports

> Available exports for the House Robbery V2 resource

## Server Exports

### GetPhoneNumber

Gets the current phone number for the payphone approach.

```lua theme={null}
local phoneNumber = exports["projectx-houserobbery-v2"]:GetPhoneNumber()
```

**Returns**

* `phoneNumber` (string) - The current payphone number used for the robbery approach

**Example**

```lua theme={null}
local number = exports["projectx-houserobbery-v2"]:GetPhoneNumber()
print("Current payphone number: " .. number)
```
