[FREE] cyvixHUD Script Open Souce

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:

  • :dart: Clean UI elements
  • :red_car: Vehicle integration (speed, fuel, seatbelt)
  • :poultry_leg: Hunger/Thirst tracking
  • :brain: 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

nlhudcfxforums2

:clapper: Video Showcase


:wrench: 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

:inbox_tray: Download & Source

:link: 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.

:speech_balloon: 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?
image

So like, nice leak.

2 Likes

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