I made a quick little progress bar just to give back to the community. I hope you will like it, if you find any issues or wanna contribute to this project then private message me and I will gladly answer it.
exports["zerio-progressbars"]:OpenProgressBar({
allowcancel = true,
time = 15,
label = "Test",
finished = function()
print("finished")
end
canceled = function()
print("canceled")
end
})