🎚️ Lyver Progressbar – RDR2 Styled, Exportable & Fully Editable
Lyver Progressbar is a clean, RedM-ready progress bar system designed to match the RDR2 western UI style. It’s built as a standalone resource with simple exports, so you can easily integrate it into any of your scripts (jobs, interactions, minigames, looting, crafting, robberies, etc.).
No encryption, no obfuscation – the entire codebase is fully open and editable, allowing you to customize the visuals and behavior to perfectly fit your server.
🌟 Key Features
- RDR2 Themed Design – A progress bar that visually fits the Red Dead Redemption 2 aesthetic (fonts, colors, framing).
- Simple Export API – Call the progress bar from any client-side script using an
exportwith options and callback support. - Configurable Text & Style – Change label text, duration, position, size, and behavior through config and CSS.
- Cancelable or Forced – Optional cancel key and conditions (e.g. moving, taking damage) to stop the progress.
- One-Shot or Reusable – Call it for short interactions (doors, looting) or longer actions (mining, crafting, jobs).
- NUI Based – Smooth, client-side UI with fade in/out animations.
- Zero Encryption – No IP lock, no obfuscation; you are free to edit and adapt it for your server’s needs.
- Performance Friendly – Lightweight, optimized and designed to run on live servers without overhead.
🧩 Example Usage (Exports)
Use it from any client script with a simple export call, for example:
exports['lyver-progressbar']:Start({
label = 'Searching the crate...',
duration = 8000, -- milliseconds
canCancel = true, -- allow cancel?
useWhileArmed = false, -- optional extra flags
disableControls = true -- movement/controls lock
}, function(success)
if success then
-- action completed successfully
else
-- action cancelled or interrupted
end
end)You can easily extend this pattern and wrap it in your own utility functions.
🛠️ Customization
- Config File: Base options such as default durations, cancel key, and behavior flags.
- CSS: Adjust background frame, borders, fonts, and colors to match your server’s theme.
- Text & Localization: Change displayed text or integrate with your own locale system.
Because the resource is fully unencrypted, you can tweak layout, animations, and logic as much as you like.
📦 What’s Included
- Client & NUI files with the RDR2-themed progress bar.
- Config file with easy-to-understand options.
- Export-based API ready to be used by any of your scripts.
- Clean, commented code that you can learn from and extend.
🚀 Requirements
- RedM server (RDR2)
- NUI enabled
- Any framework (VORP, custom, etc.) – the resource is standalone.
💬 Support & Terms
- Support: Yes – via Discord after purchase.
- Code: 100% accessible, not encrypted, not obfuscated.
- Usage: You may modify it freely for your own server, but resale or redistribution of the source is not allowed.