Skip to content

Zerio-Scripts/zerio-progressbars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages