βοΈConfiguration
In config.lua you have everything you need to change to make the script to your liking
Language and Locales
Config.Locale = 'en'Systems and Frameworks
Config.UI = 'YODA' -- YODA OR OX
Config.Inventory = 'OX' -- OX OR QB
Config.Notify = 'OX' -- OX OR QBTranslations
Config.yodaui = {
jobLevel = 'Level',
xpBadge = 'XP',
NoRewardsForNextLevel = 'No rewards for next level',
NoAvatarAvailable = 'No Avatar Available',
title = 'Work Reputation',
subtitle = 'See your progress on your jobs',
}Last updated