I'm making a game and I want to add a feature where we can change our DisplayNames. I want to know if the Player.DisplayName
property can be changed via a LocalScript and if it can replicate. Thank you!
Nevermind. I realized the Player.DisplayName can not be changed via either a LocalScript or a Script, so instead, I'm changing the Humanoid.DisplayName of the character on the server.