Skip to content

i-kulgu/ik-skillbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ik-skillbar

( For any help you can reach us at Discord: Hi-Dev )

unknown

exports

exports["ik-skillbar"]:StartBar(time)

Example Usage

local game1 = exports["ik-skillbar"]:StartBar(8000)
if not game1 then
    finished = false
else
    local game2 = exports["ik-skillbar"]:StartBar(4000)
    if not game2 then
        finished = false
    else
        local game3 = exports["ik-skillbar"]:StartBar(2000)
        if not game3 then
            finished = false
        else
            finished = true
        end
    end
end

This is an edited version of tgiann-skillbar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published