๐Installation & Usage
Installation:
Usage:
-- Check if cooldown is active
local isActive = lib.callback.await('cooldowns:isActive', false, cooldownName)
-- Enables cooldown
local toggle = lib.callback.await('cooldowns:enable', false, cooldownName)Last updated