Hello im trying to change the progress bar from ox_lib to different one .
From what i read i have to change this
local success = (not item.usetime or noAnim or lib.progressBar({
to this
local success = (not item.usetime or noAnim or exports[‘progress’]:Progress({
It load but when im using item food or any there is no more animation or the item is not remove from inventory
is there more i need to do i read the doc and this is what i understand .
If someone can guide me or help me understand .