Z - Score Board + Editor

💎 Z-Scoreboard V2


A high-fidelity, premium scoreboard system for FiveM servers with ESX/QBCore support. Features an integrated in-game browser, minimalist admin editor, and ultra-smooth React UI.

ESX QBCore Standalone



Minimal, Professional, and Powerful

z_scoreboard1


✨ Features

Minimalist Admin Editor

  • Collapsible Categories - Manage Colors, Environment, and Layout in a clean, multi-menu system.
  • Precision Fine-Tune - Adjust vertical offsets (px) for every element with live preview.
  • Persistence - All visual changes are saved server-side and synced globally in real-time.

Integrated In-Game Browser

  • Social Connectivity - Open Discord, Website, or TikTok links directly inside the game.
  • Premium UI Overlay - MacOS-style browser header with security indicators and close controls.

Customization & RP Mode

  • RP Thresholds - Show labels like "Moderate" or "Busy" instead of exact numbers for population.
  • Job Privacy - Hide exact job counts (Police, EMS) and show "Available/Unavailable" instead.
  • Local Branding - Built-in support for local `logo.png` for instant, reliable loading.

Localization & Performance

  • Multi-Language - Easy translation via `locales.lua`.
  • Optimized Engine - Built with React/Tailwind for 0.00ms idle and smooth 144Hz animations.
  • NUI Handshake - Ensures configuration is synced perfectly every time the player connects.

⚙️ Configuration

Click to view little preview config.lua
Config = {}

-- General Settings
Config.Title = "Z SOURCE RP"
Config.Description = "Network Stream Established"
Config.Logo = "nui://z-scoreboardv2/logo.png"
Config.KeyBind = "F10"

-- RP Mode settings
Config.RPMode = true 
Config.HideExactJobCounts = true -- Shows "Available" instead of numbers
Config.RPThresholds = {
    { max = 10, label = "Few Players" },
    { max = 40, label = "Moderate" },
    { max = 100, label = "Busy" },
    { max = 999, label = "Full House" }
}

-- Social Links (Opens in-game)
Config.SocialLinks = {
    { name = "Discord", url = "https://discord.gg/yourlink", icon = "fab fa-discord" },
    { name = "Website", url = "https://zsource.netlify.app", icon = "fas fa-globe" }
}

:shopping_cart: Purchase

:shopping: Available now FREE:
:point_right: Click here to download Z-Scoreboard V2


More Scripts You Might Like


Code accessible Yes (config, locales, css)
Subscription-based No
Approx. lines ~1200
Requirements ESX / QBCore / Qbox
Support included Yes
3 Likes