I am trying to get rid of this message everytime i change team becasue afterwards it just gets filled with these.
-- {Team} You are now part of the 'Blue' team.
I am trying to get rid of this message everytime i change team becasue afterwards it just gets filled with these.
-- {Team} You are now part of the 'Blue' team.
If you’re not sure about what to delete, you need to delete this:
local msg = ChatLocalization:FormatMessageToSend("GameChat_TeamChat_NowInTeam",
string.format("You are now on the '%s' team.", player.Team.Name),
"RBX_NAME",
player.Team.Name
)
speakerObj:SendSystemMessage(msg, channel.Name)
Edit: You can also delete the whole if speakerObj:IsInChannel(channel.Name) then statement if you want to, though, you might need it later if you want to edit your chat.
Or he can just remove the string, so if he ever wants to add it back.
It seems when i try to fork the chat system it tells me to make LoadDefaultchat disabled, but when i do that the chat is gone even tho i have the files copied inside chat.
Try doing:
If you still can’t fork it, I’ve attached a rbxm file with pure Chat contents inside, you can give it a chance.
Virustotal
Chat.rbxm (116.3 KB)
That is what i did, but do i press stop after copying the chat
This is what i did:
Yes, that’s how you do it, weird, I just reproduced the steps you replied, and it works.
I’ve added a rbxm file to my reply, if nothing helps, you can give it a chance.
No i opened yours and everything was not in the chat but outside on the explorer workspace. idk what i can do. even when i press play it reverts back to default chat
Play game, try copying just ChatModules folder, stop game, don’t touch LoadDefaultChat, paste ChatModules folder and edit it.