cyvixHUD [OPEN SOURCE] [FREE]
A modern, immersive, and fully responsive RP-style HUD inspired by New Leaf RP. Built entirely in Lua & Svelte , this HUD enhances player immersion with:
Clean UI elements
Vehicle integration (speed, fuel, seatbelt)
Hunger/Thirst tracking
Stress, health, armor, and more
Fully open source and ready to use out of the box with ESX . Easily adaptable for other frameworks with minor configuration.
Showcase
Video Showcase
VIDEO
Features
Fully open source on GitHub
Clean and modular Svelte frontend
Lua backend with ESX compatibility
Optimized for performance
Responsive design across screen resolutions
Seatbelt mechanic and status alerts
Download & Source
GitHub: GitHub - CyvixStudios/NewLeafHUD: A modern, immersive, and fully responsive RP-style HUD inspired by New Leaf RP. Built entirely in Lua & Svelte, this HUD enhances player immersion with clean UI elements, vehicle integration, hunger/thirst tracking, and seatbelt mechanics.
Support
Community-based support via GitHub Issues or Forums
Pull requests and forks welcome!
Also feel free to join Cyvix Studios for more support!
|Code is accessible|โ
Yes|
|Subscription-based|โ No|
|Lines (approximately)|~1,200|
|Requirements|ESX, basic NUI support|
|Support|โ
Yes (GitHub issues)|
Paid Development
Find More At
2 Likes
any idea how to fix this?
1 Like
Hey, how can i change this text from mp/h to km/h?
I would look into the stream files, for the minimap.
This is what displays the minimap, in the seen showcase - maybe corrupted files or you have other stream files / scripts overriding!
Feel free to open a ticket in my discord !
I will begin an update - To add a config.lua where this will be included of the things you can change!
Until then, edit the hud.lua files and make the conversion to KMH!
a microphone symbol where cool
1 Like
Change this SPEED = ceil(currentSpeed * 2.23694), to this SPEED = ceil(currentSpeed * 3.6),
1 Like
I know this, i meant the text yk, but thanks
It looks perfect. But on my part, I would change the font to a sans-serif font and remove the percentages next to hunger, thirst and health.
1 Like
I agree. Centering the values of the status, above the bar would be vital as well once removing the โ%โ and changing font. Also like the microphone status for PMA voice would be nice to see.
I like it! Iโve noticed that itโs not detecting the engine health, and since the JS is obfuscatedโฆ wellโฆ
Hey. This was just fixed in the recent release update. Redownload from github c;
Give me a bit. Iโll relook that module.
1 Like