Skip to main content

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.

Server Exports

GetPhoneNumber

Gets the current phone number for the payphone approach.
local phoneNumber = exports["projectx-houserobbery-v2"]:GetPhoneNumber()
Returns
  • phoneNumber (string) - The current payphone number used for the robbery approach
Example
local number = exports["projectx-houserobbery-v2"]:GetPhoneNumber()
print("Current payphone number: " .. number)