Client Sided: Change Player Display User

: Use game.Players.LocalPlayer to reference the specific user whose client is running the script.

Depending on your platform (specifically based on developer discussions), here is the standard approach: 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 : Use game