When a player switches to a new team in-game, the chat notification that appears only shows the first word as the name. If there is a space in the name, everything after the space is excluded.
Repro
Insert multiple SpawnLocations.
Insert Teams.
Insert multiple Teams into the Teams folder.
Give each team a name with a space in the middle.
Set each SpawnLocation to correspond with a Team.
Test the game and jump from spawn to spawn. The malformed chat notifications will appear.
Repro File
Iāve created a file that matches the repro steps above. You can download it here: TeamChatBugRepro.rbxl (24.5 KB)
You can also experience the issue by playing Speed Run 4, which has team names with spaces.
I assume this issue has existed for a while but nobody has bothered to report it because itās obscure and just a cosmetic issue. I found the line of code that generates the message (Chat.ChatModules.TeamChat:168), but nothing about it seems problematic. Iām able to run it in the command bar with expected behavior.
In my game, two of my teams are called āIn Matchā and āIn Break Modeā, which makes these team change messages ambiguous since both just come out as the āInā team.
This may not be the best place to ask about this, but is there any chance that we can get a way to opt-out of these team change messages? I use my teams to represent player state, and they are switching every 45 seconds on average. This ends up making the chat turn into this giant wall of filler if no one talks for 2-3 minutes:
I saw in another thread that its easy to disable this by forking the chat script, but I donāt want to roll the dice with my fork breaking and needing to replace it in the future. For something this small, I donāt think that trade-off is worth it, but itās big enough that my gameās testers have mentioned it to me several different times.
I just want to reiterate that this isnāt a huge problem, but it would make my day (and make my game slightly less messy feeling) if we got a toggle for disabling these messages. :)
This still isnāt fixed 1 year later. Itās also annoying how the playerlist also can barely show the full team name of the team like on this old obby i have