Holder

Examples:

exports['jale_interface']:Holder(options)    

exports['jale_interface']:HideHolder()

Options

options = {
    key = 'E', -- required option
    duration = 5000, -- time the player will have to hold
    onFinish = function () -- function when holder finished
        print('Finished')
    end
}

Last updated