I'm excited to release my new Progressbar script — a lightweight, customizable, and easy-to-use progress bar UI built with performance and usability in mind. It’s designed for any FiveM server looking to improve visual feedback for player actions like crafting, loading, interacting, etc.
💡 Features
- 🔹 Easy integration into any resource
- 🔹 Custom duration, labels, and styles
- 🔹 Smooth animations and modern UI design
- 🔹 Completely standalone – works with any framework (ESX, QBCore, or custom)
- 🔹 Optimized and lightweight (only ~150 lines of code)
- 🔹 Accessible code for full customization
🧠 Usage Example
exports['Menco_progressbar']:startProgress({
text = "Drinking Water",
duration = 4000,
freeze = true,
canCancel = true
notify = "You finished drinking.",
notify2 = "Refreshing!",
type = "success",
anim = {
dict = 'mp_player_intdrink',
clip = 'loop_bottle',
},
prop = {
model = `prop_ld_flow_bottle`,
pos = vec3(0.03, 0.03, 0.02),
rot = vec3(0.0, 0.0, -1.5),
},
}, function(success)
if success then
print("Action completed 🎉")
else
print("Action cancelled ❌")
end
end)
📦 Download
🔗 [Download on github]https://github.com/Menco-Scripts/Menco_progressbar)
🔽 Direct download
✅ Requirements
None. Completely standalone — just drop it in and go!
📝 Resource Information
Lines (approximately) | ~150
— Menco