search/
Start typing to search packages!
package_2
nametags
By @nack-2
Roblox
Mirrored from Wallynametags
Custom overhead nametags for Roblox (server realm).
Replaces the default Humanoid name/health display with a BillboardGui
showing the player's DisplayName plus an optional subtitle line.
The subtitle line is generic: other systems own its content via
setSubtitle (and onTagCreated to hook newly built tags).
This package has no knowledge of titles or any other system.
Install
In your game's server wally.toml:
[dependencies]
nametags = "nack-2/nametags@0.1.0"
Then:
wally install --project-path ServerScriptService/Modules
Usage
local NameTags = require(game.ServerScriptService.Modules.Packages.nametags)
NameTags.setup() -- hooks all current and future players (safe to call multiple times)
API
setup()— hookPlayers.PlayerAdded+ all current players. Safe to call multiple times.setupPlayer(player)— hook one player's respawns so every character gets the tag.setupCharacter(player, character)— attach the tag to a specific character.getTag(player): BillboardGui?— find a player's current tag, if any.setSubtitle(player, text, colour?)— set the generic subtitle line; empty text hides it.onTagCreated(callback)— hook fired with(player, tag, character)every time a tag is built.refresh(player)— immediately re-render a player'sDisplayName.
Publishing a new version
- Bump
versioninwally.toml. wally package --project-path . --output nametags.zip(or--listto preview files).wally publish --project-path .- Add the new version to your wally index, then
wally installin consuming projects.
Package Details
Install command (Click to copy)
Version
0.1.0
License
MIT
Safe for commercial use
The package archive does not include its license text; the license is declared in its manifest metadata.
Automated license review — not legal advice.
