UZ Scripts

uz_PureHud

Free, open-source pure HUD resource for FiveM — lightweight, customizable, and performance-optimized.

Free & Open Source | Performance: 0.00ms | License: Open Source

GitHubuz-scripts/uz_PureHud

27


Overview

uz_PureHud is a free, open-source HUD resource for FiveM servers. Built with performance and simplicity in mind, it provides essential player information display without impacting server performance.


Features


Quick Start

Clone the Repository

git clone https://github.com/uz-scripts/uz_PureHud.git

Add to Server

Place the uz_PureHud folder in your server's resources directory.

Start the Resource

Add to your server.cfg:

ensure uz_PureHud

Export API

Other resources can control HUD visibility:

-- Hide the HUD
exports['uz_PureHud']:SetHudVisibility(true)

-- Show the HUD
exports['uz_PureHud']:SetHudVisibility(false)

This export is commonly used by other UZ Scripts products (Vehicle Shop, Pause Menu) to hide the HUD when their UI is open.

On this page