Overhead Name Tag System v1.0

A server-side overhead name tag system with group rank tags, custom name colors, and more.
  • NameTag-Cover.png
  • NameTag-Carousel-01-Rank-Tags.png
  • NameTag-Carousel-02-Health-Bar.png
  • NameTag-Carousel-03-Configurable.png
  • NameTag-Carousel-04-Easy-Setup.png
  • demo1.png
  • NameTag-Cover.png
  • NameTag-Carousel-01-Rank-Tags.png
  • NameTag-Carousel-02-Health-Bar.png
  • NameTag-Carousel-03-Configurable.png
  • NameTag-Carousel-04-Easy-Setup.png
  • demo1.png
Overhead Name Tag System
A clean, server-side overhead name tag system for any Roblox experience. Display custom rank tags, colored names, and an optional health bar above every player's head — all driven by one config file.

Works with Roblox Group ranks or manual per-player overrides. No client scripts needed.

━━━ Features ━━━

Rank-Based Name Tags

  • Automatically assign tags like Owner, Admin, Moderator, Staff, Member
  • Tags pull from your Roblox Group rank or manual UserId overrides
  • Custom colors for both the name and the rank label independently
  • Rank tag position: above or below the name

Custom Name Colors
  • Every rank gets its own name color
  • Per-player overrides take priority over group ranks
  • Full RGB support with text stroke for readability

Optional Health Bar
  • Small health bar displayed under the name tag
  • Color interpolates from green (full) to red (low HP)
  • Configurable low health threshold
  • Auto-hides at full health (optional)

Display Settings
  • Hides Roblox's default overhead name
  • DisplayName or Username toggle
  • Configurable max view distance
  • Adjustable height offset above head
  • AlwaysOnTop option for visibility through walls
  • Light influence control

━━━ Why This System? ━━━

  • Server-side only — no client scripts, lighter on performance
  • One config file — everything in NameTagConfig
  • 2 scripts total — minimal footprint
  • Auto-respawn — recreates on every character spawn
  • Group rank integration — set your Group ID and rank thresholds
  • Open source — fully readable and editable Luau
  • Installer included — one command in the Command Bar

━━━ What's Included ━━━

  • NameTagConfig (ModuleScript) — all settings in one place
  • NameTagServer (Script) — server-side logic
  • Installer (ModuleScript) — one-command setup
  • README — full setup guide and configuration examples

━━━ Setup (Under 2 Minutes) ━━━

1. Insert the .rbxmx into Workspace
2. Open Command Bar (View → Command Bar)
3. Run: require(workspace.CoreShunNameTagSystem.Installer)
4. Delete the folder from Workspace
5. Open NameTagConfig in ReplicatedStorage
6. Set your Group ID and customize ranks/colors
7. Playtest — done

━━━ Configuration Examples ━━━

Group rank tags:
Code:
GroupId = 12345678,
UseGroupRanks = true,

GroupRanks = {
    [255] = { Tag = "Owner",     NameColor = Color3.fromRGB(255, 215, 0) },
    [254] = { Tag = "Admin",     NameColor = Color3.fromRGB(255, 85, 85) },
    [200] = { Tag = "Moderator", NameColor = Color3.fromRGB(85, 170, 255) },
    [1]   = { Tag = "Member",    NameColor = Color3.fromRGB(200, 200, 200) },
}

Manual player override:
Code:
PlayerOverrides = {
    [12345678] = {
        Tag = "Owner",
        NameColor = Color3.fromRGB(255, 215, 0),
        TagColor = Color3.fromRGB(255, 215, 0),
    },
}

━━━ Requirements ━━━

  • Works in any Roblox experience
  • No external dependencies
  • No client scripts required

━━━ Support ━━━

Join our Discord: https://discord.gg/f6q9WpKB
Or message coreshun on BuiltByBit.
Buy a license now
$3.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 40% commission.
459 Views
8 Purchases
7 Downloads
Mar 30, 2026 Published
Apr 27, 2026 Updated
Not yet rated
858.8 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. System
Genre
  1. Simulator
  1. Party & casual
  1. Social
Supported languages
  1. English
Creator
Recommended for you
Stop exploiters in their tracks with 9 server-authoritative detections.
Not yet rated
34 purchases
A fully configurable Chat Tags, Name Colors, Team Chat & Anti-Spam System built on TextChatService
Not yet rated
27 purchases
Drop-in settings menu. Center modal, 4 widgets, DataStore saves, sound FX, all platforms.
5.00 star(s) 1 ratings
17 purchases
A Roblox Studio plugin with color picking, color scheme generators, eyedropper, apply to selections.
Not yet rated
2 purchases
Award XP in one line. The engine owns the curve, rewards, prestige, saving, and the UI.
Not yet rated
0 purchases
Share and earn
Refer this resource and earn a 40% commission.
459 Views
8 Purchases
7 Downloads
Mar 30, 2026 Published
Apr 27, 2026 Updated
Not yet rated
858.8 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. System
Genre
  1. Simulator
  1. Party & casual
  1. Social
Supported languages
  1. English
Creator
Recommended for you
Stop exploiters in their tracks with 9 server-authoritative detections.
Not yet rated
34 purchases
A fully configurable Chat Tags, Name Colors, Team Chat & Anti-Spam System built on TextChatService
Not yet rated
27 purchases
Drop-in settings menu. Center modal, 4 widgets, DataStore saves, sound FX, all platforms.
5.00 star(s) 1 ratings
17 purchases
A Roblox Studio plugin with color picking, color scheme generators, eyedropper, apply to selections.
Not yet rated
2 purchases
Award XP in one line. The engine owns the curve, rewards, prestige, saving, and the UI.
Not yet rated
0 purchases
Top