Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 638 Bytes

File metadata and controls

24 lines (20 loc) · 638 Bytes

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
})