Script Integrations
How to connect your own inventory, target, notify, progressbar, skillcheck, fuel, and other scripts
Inventory Integration
function Inventory.giveItem(source, itemName, count)
return exports["my_inventory"]:AddItem(source, itemName, count)
endTarget Integration
Notify, Text UI, Clothing, HUD, Keys, Fuel
Progressbar and Skillcheck
Framework Integration
Safest Way To Integrate
Last updated