🕹️ Skill Bar [STANDALONE]

A script by ribeiraSantos

No reviews yet.
🕹️ Skill Bar [STANDALONE] main image

Price

Unknown

Full Description

:joystick: Skill Bar

A simple yet good looking and configurable Skill Bar!

:star2: Feature List

  • :keyboard: Key support
  • :arrow_right: Works on all resolutions
  • :rocket: Standalone script

:movie_camera: Media

Youtube / Config

Buy it here for 1.69€ :fire: (open-source)


:computer: Code

Export

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)

Example 1

    local result = exports.rbSkillBar:play(key, speed, theme)

Example 2

    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