[PAID] [STANDALONE] Progress bar - Orca Scripts

previewgif

Hey everyone! :wave: I’ve put together a fully customizable progress bar that looks great and works smoothly. Whether you need it for loading, crafting, hacking, or any other action, this script has you covered!

:fire: Features:

  • :art: Full Color Customization – Match it to your server’s theme.
  • :straight_ruler: Three Unique Bar Styles – Pick the one that fits your vibe.
  • :link: Custom Icon Support – Use 200,000+ icons for a unique look.
  • :hourglass_flowing_sand: Flexible Progress Display – Show progress as time or percentage.
  • :round_pushpin: Adjustable Positioning – Place it at the top or bottom of the screen.
  • :desktop_computer: Background Transparency – Make it blend seamlessly with your UI.

Update :tada::

  • 2025-02-05 - ox_lib replacement is now supported

:movie_camera: Preview:

:package: Purchase:

:hammer_and_wrench: Easy Configuration:

Everything is customizable in config.lua, so you can tweak colors, styles, icons, and positioning however you like!

Config Example

Config = {}

Config.Language = "EN"

Config.Locale = {
    ["EN"] = {
        title = "Loading...",
        description = "Please wait ..."
    },
    ["ES"] = {
        title = "Cargando...",
        description = "Por favor espera ..."
    },
    ["FR"] = {
        title = "Chargement...",
        description = "Veuillez patienter ..."
    },
    ["DE"] = {
        title = "Wird geladen...",
        description = "Bitte warten ..."
    },
    ["PT"] = {
        title = "Carregando...",
        description = "Por favor, aguarde ..."
    },
    ["RU"] = {
        title = "Загрузка...",
        description = "Пожалуйста, подождите ..."
    }
}

Config.DefaultUi = {
    color = "#3e5da7",
    cancelKey = "X",
    transparent = false,
    showProgressValue = true,
    progressValueType = "percentage",
    styleType = "default",
    position = "bottom",
    locale = Config.Locale[Config.Language]
}

Config.CancelKey = "X"

:exclamation: Compatibility & Performance:

:white_check_mark: Works with ESX, QBCore, and standalone setups.
:white_check_mark: Optimized for low resource usage – won’t lag your server.

:speech_balloon: Got questions or feedback? Drop a reply below or join my Discord: Orca! Would love to hear what you think.

Code is accessible No (Paid)
Subscription-based No
Lines (approximately) ~863
Requirements ox_target (Optional)
Support Yes (Discord)
1 Like