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-hudFirst time? Start with the documentation.
import { Scoreboard HUD } from "./src/client/ui/components/scoreboard-hud";<ScoreboardHUD players={[{ name: "Player1", score: 100, ping: 42, team: "Red" }]} />A classic game scoreboard showing player names, scores, ping, and team colors. Sortable by column and auto-updates via server events.
by RobloxUI Team
| Author | RobloxUI Team |
| Framework | Roblox-TS + React-Luau |
| Category | HUDs |
| Dependencies | @rbxts/react, @robloxui/theme |
| Theme Tokens | colors.bg, colors.bgSecondary, colors.bgTertiary, colors.textPrimary, colors.textSecondary, colors.textMuted |
| Last Updated | July 22, 2026 |