RobloxUIRobloxUI
BrowseDocsPricingSubmit
/
/
RobloxUIRobloxUI — Roblox UI Components Marketplace
DocsSitemapTermsPrivacyCookiesSettingsPerformance
Scoreboard HUD — RobloxUI
  1. Home
  2. /
  3. HUDs
  4. /
  5. Scoreboard HUD
Booting Luau VM…

Install with the CLI

Add Scoreboard HUD to your Roblox project in one command. Requires Node 18+ and a Roblox project — run robloxui init first if you don't have one yet. See the docs.

bashnpx robloxui add scoreboard-hud

First time? Start with the documentation.

Import

tsx
import { Scoreboard HUD } from "./src/client/ui/components/scoreboard-hud";

Usage

tsx
<ScoreboardHUD players={[{ name: "Player1", score: 100, ping: 42, team: "Red" }]} />

Scoreboard HUD

TSX + LuauFree

A classic game scoreboard showing player names, scores, ping, and team colors. Sortable by column and auto-updates via server events.

by RobloxUI Team

View Source

Details

AuthorRobloxUI Team
FrameworkRoblox-TS + React-Luau
CategoryHUDs
Dependencies@rbxts/react, @robloxui/theme
Theme Tokenscolors.bg, colors.bgSecondary, colors.bgTertiary, colors.textPrimary, colors.textSecondary, colors.textMuted
Last UpdatedJuly 22, 2026