Change Player Display User Client Sided -

: You can also use LocalScripts to change the DisplayName property of a character's Humanoid . When changed locally, it only affects what the client sees. Implementation Best Practices

To change a player's display text (such as a name tag or overhead GUI) only on the client side, you must perform the update using a . Because this script runs on the individual user's machine, the changes will not replicate to the server or other players, ensuring the display is unique to that specific user. Client-Sided Text Update Methods change player display user client sided

: Ensure your script is a LocalScript or has its RunContext set to Client . Standard Server Scripts will update the text for everyone. : You can also use LocalScripts to change

Read more