Enabling display names in chat?

Hello! I recently saw this game where you can view a player’s Display Name in chat. However, when I chat in most other games, I am unable to see it in chat. Is there a way I can enable this for my game? Thanks!

1 Like

I’d bet that they modified the default chat script to replace player.Name with player.DisplayName or something like that. I’m more curious as to how people got to changing their display names when the feature isn’t available yet.

1 Like

If you use a vpn and make the location Germany you get access to change your display name.

1 Like

go to chat/ClientChatModules/ChatSettings and then go to line 96 and there should be module.PlayerDisplayNamesEnabled = true

3 Likes