Is there a possibility you could improve the speed of change detection when the health of players shrinks? Sometimes it takes ages till it shows the right value. Would be pretty nice thanks!
Hud Maker | v1.2.2
Patch Notes:
- Optimization: Optimizations for centering elements on ultra wide rezolutions.
yes, in config.lua you have cfg.UpdateTimeInterval, set it to 500 or less.
Hud Maker | v1.2.3
Patch Notes:
- Bug fixes: Performance mode issues have been resolved.
Files that have been changed:
styles.css
Hud Maker | v1.2.4
Patch Notes:
- Bug fixes.
- Optimizations: Severe optimizations for NUI and client side, now consumes (0.01ms idle), (0.03ms in-vehicle).
- Standalone implementation:
client/functions.lua
RegisterNetEvent('InsaneScripts_hud:updateHud', function(updateData)
if (type(updateData) == 'table') then
for k, j in pairs(updateData) do
standalone[k] = j
end
end
end)
- Implementation for keymapping :
config.lua
cfg.keyMapping = false
cfg.keyMappingDesc = 'Open HUD Menu.'
cfg.key = 'F3'
To install this update you must replace all files, all have been modified.
Hud Maker | v1.2.5
Patch Notes:
- Bug fixes.
Files that you should replace in the installation:
client.lua
main.js
You can still benefit from the product discount on the site, after January 1st the discount will end and the product will be at full price, so hurry!
Hey, is there a option to disable the fuel/gas icon from the car hud and also the engine warning icon?

I already answered you on Discord but I’ll answer you again here, we will add an update where you will be able to completely disable the speedometer, it is a bigger update, it is in the works, but it will take a while.
We will soon make an update in which we will integrate notifications, progress bar and car menu, and many other things, we do not promise that the price will remain the same, so hurry up!
Hud Maker | v1.2.6
Patch Notes:
- Bug fixes.
- Access to the function that handles street names, if you have custom streets you can integrate them.
Hud Maker | v1.2.7
Patch Notes:
- The problem related to memory leaks has been resolved (when the hud no longer appeared on the screen or eventually the entire nui crashed).
- The compass problem has been solved, the problem related to displaying coordinates + a new option, now you can choose what the compass should be oriented to, according to the player’s position or according to the camera’s position, you can find the option in the location & compass category.
- Event trigger for opening/closing the menu.
InsaneScripts_hud:ClientState;InsaneScripts_hud:ServerState
Usage:
AddEventHandler('InsaneScripts_hud:ClientState', function(bool)
end)
Hud Maker | v1.5.0
Patch Notes:
- Integrated Belt System (by default).
- Integrated Stress System (by default).
- Added car damage indicator on the speedometer.
- Added edit mode scale option for each element.
- Added Salty Chat compatibility.
- Added Car Menu — 3 styles available, support for custom elements, includes Anchor (boats) and Cruise Control.
- Added waypoint distance display on the map.
- Added Text UI.
- Added Progress Bar.
- Added Notifications.
- Added turn signals & hazard lights indicator on the speedometer.
- Added custom ammo function — supports ammo as item.
- Streets are now handled via
functions.lua. - Added microphone visual feedback — color/shape change on mic activation, shape change when speaking on radio.
- Added custom RPM configuration per vehicle (e.g. Zentorno: 10k max RPM, Diesel Truck: 6k max RPM).
- Menu Redesign.
- Various bug fixes.
- Custom containers - visibility only in vehicles.
For installation, we recommend reinstalling the entire resource, and if possible, even doing a database wipe. If you encounter problems with the installation or there are any issues, please open a support ticket!
We are working on a presentation video for the new update, after the video is posted, we will increase the price of the product. If you want it and haven’t had a chance to buy it yet, hurry up because this is the last time you will find it at this price.
Hud Maker | v1.5.1
Patch Notes:
- Bug fixes.
for installation replace fxmanifest.lua, the stress folder and the belt folder.
Hud Maker | v1.5.2
Patch Notes:
-
Bug fixes.
-
Cinematic Mode (/cinematicmode).
-
Anim/Props for Progress Bar.
-
Newline (\n) for Notifications and Text Ui.
Hud Maker | v1.5.3
Patch Notes:
- Integrations File.
Hud Maker | v1.5.4
Patch Notes:
- Bug fixes.