Client Exports
Below are all the useful exports that you can use in other resources, be sure to read their descriptions.
getSkill
Checking how much a player currently has skill
addSkill
Add a skill value to a player by specifying the skill name and value
removeSkill
Remove the skill value to a player by specifying the skill name and value
Opening menu
The script does not have an export to open the menu, but you can use the native ExecuteCommand function with the command name given in Config.StatisticsCommand (config.lua) to call the command automatically, just like a function.
Last updated