Hey everyone! 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!
Features:
Full Color Customization – Match it to your server’s theme.
Three Unique Bar Styles – Pick the one that fits your vibe.
Custom Icon Support – Use 200,000+ icons for a unique look.
Flexible Progress Display – Show progress as time or percentage.
Adjustable Positioning – Place it at the top or bottom of the screen.
Background Transparency – Make it blend seamlessly with your UI.
Update
:
2025-02-05
- ox_lib replacement is now supported
Preview:

Purchase:

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"
Compatibility & Performance:
Works with ESX, QBCore, and standalone setups.
Optimized for low resource usage – won’t lag your server.
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) |