Hereโs a cleaned-up and professional version of your GitHub documentation section regarding dependencies and load order for ps_lib:
Dependencies & Load Order
While ps_lib has no hard dependencies, load order is still important to ensure proper functionality.
We recommend starting ps_libafter the following types of scripts:
Frameworks โ such as qb-core, es_extended, or qbx_core
Inventory Systems โ such as qb-inventory, ps-inventory, or ox_inventory
Target Systems โ such as qb-target, ox_target, or devyn-interact
Emote Menus โ such as rpemotes, dpemotes, or scully_emotes
Why this order matters
Loading these scripts first ensures that ps_lib can correctly reference and initialize all the necessary resources and exports. There is a fallback system in place if ps_lib is loaded later (except in the case of the framework), but for the smoothest experience, it's strongly advised to follow the recommended load order.
Additionally, ps_lib must be loaded before any scripts that depend on it.