For the complete documentation index, see llms.txt. This page is also available as Markdown.

Events & Exports

Available exports and events for the Lite Jobs Pack. Use these to integrate with other scripts.


Client Exports

Job Management

-- Get the current active job ID
exports['tw-litejobpack']:GetCurrentJobId()

-- Get the player's level for the current job
exports['tw-litejobpack']:GetPlayerJobLevel()

-- Check if a job is currently active
exports['tw-litejobpack']:IsJobActive()

-- Open the job menu programmatically
exports['tw-litejobpack']:OpenJobMenu()

-- Start a break session
exports['tw-litejobpack']:StartBreakSession()

-- End a break session
exports['tw-litejobpack']:EndBreakSession()

Vehicle System

Trunk & Tool System

Blip System

Animation & Model Utilities


Server Exports

Player Data

Rewards

Lobby & Leaderboard


Job-Specific Exports

Miner

Forklift

Cleaner

Hunting

Warehouse


Need Help?

Need help with exports or integration? Join our Discord server and open a support ticket.

Last updated