/zerio-progressbars

Primary LanguageJavaScriptMIT LicenseMIT

Summary

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.

Preview

Preview Image https://youtu.be/dru2YL2ltvA

Example Usage

exports["zerio-progressbars"]:OpenProgressBar({
    allowcancel = true,
    time = 15,
    label = "Test",

    finished = function()
        print("finished")
    end

    canceled = function()
        print("canceled")
    end
})