Unsure if this is the place I should put this, but this is a rather urgent issue.
We’re having a raider problem in one of my games, and we’ve needed Kohl’s :chatlogs command to see what’s up.
However, the chatlog Kohl’s has uses display names. Display names ARE disabled for our normal chatbox, but this isn’t the case with Kohl’s, and we can’t be on the game 24/7 to weed out rulebreakers.
^ Our chatbox using my username (left), but Kohl’s chatlog using my display name (right)
Is there any way to change this, or is there an alternative to Kohl’s that has a chatlog with usernames and not display names?
This is an issue with the model itself, for a solid fix please contact the owner. but if you would want to fix it then the way to do so would be to look in the source module and change player.DisplayName to player.Name
I suggest maybe trying global script search. By clicking ctrl+shift+f (I think) you can search every script in the game, so try maybe keywords like ‘Logs’ or ‘Chatlogs’, and look through to possibly see the culprit. You would need a basic understanding of Lua (RBX) though.