Client Exports

This page lists all the available client-side events and exports.


Get Skill

Use following export to get player statistic

local name = 'strength'
local skill exports['xnr-gym']:getSkill(name)

Return:

  • skill: number

Open Statistics Menu

Use following export to open Statistics Menu

exports['xnr-gym']:openStatistics()

Close Statistics

Use following export to close Statistics Menu

exports['xnr-gym']:closeStatistics()

Last updated