Skip to content

Z3rio/zerio-progressbars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages