Display Name Remover (UHD • 8K)
While it reveals usernames, these are already public information on most platforms; the tool simply changes which piece of information is prioritized in the visual hierarchy.
-- Simple Roblox implementation for _, player in pairs(game.Players:GetPlayers()) do player.DisplayName = player.Name end Use code with caution. Copied to clipboard Display Name Remover
The tool is frequently used against impersonators who use display names to mimic famous creators or admins. While it reveals usernames, these are already public
Some users employ local scripts (via Tampermonkey or similar extensions) to hide display names on the website version of a platform for a more nostalgic, "classic" feel. Sample Logic (Pseudo-code) Most versions of this tool operate on a simple loop: Some users employ local scripts (via Tampermonkey or
Removes the "double name" clutter (where both Display Name and Username are shown) to create a cleaner user interface.
Scripts like those found in GitHub repositories often use a single line of code to iterate through all players in a session and force their DisplayName property to match their Name property. Common Use Cases
Scripters use it in their games to ensure the leaderboard only shows permanent usernames, making it harder for "trolls" to hide behind changing aliases.