![🕹️ Skill Bar [STANDALONE] main image](https://forum-cfx-re.akamaized.net/optimized/4X/c/c/8/cc8afdde2bf391492509e9514738be98d73d35fc_2_690x374.png)
Price
UnknownA script by ribeiraSantos
Price
UnknownA simple yet good looking and configurable Skill Bar!
This function is used to open the skill bar.
Parameters:
key: (optional) Represents the key to press, defaults to "e" if not provided.
speed: (optional) A number representing the speed, where low values mean faster and high values mean slower. Defaults to 30 if not specified.
theme: (optional) An object that includes various color configurations for the skill bar elements. If not provided, default theme colors are used.
exports.rbSkillBar:play(key, speed, theme)
local result = exports.rbSkillBar:play(key, speed, theme)
local result = exports.rbSkillBar:play("k", 60, {
moving_bar = "#FF7A00",
target = "#007CC3D2",
key_background = "#FF7A00",
key_background_active = "#F39946",
key_won = "#43ff64d9",
key_lost = "#e73838be",
})
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 250 |
Requirements | N/A |
Support | Yes |
No approved reviews found for this script yet.