Disable System Chat Tab

Hello,
I found a tutorial how to change chat settings. I played a bit with them and want my chat to look like this, but without the System Channel.
Can someone explain what I have to do to remove the system channel? I don’t see any options in the ChatSettings script.
image

Thanks in advance!
tomato :slight_smile:

1 Like

I listed a few methods here to disable the System channel:

Ignore the FriendJoinNotifier module option. The other two methods will do what you’re after.

3 Likes

Any way i can disable the System chat notifications like “You are now on the Players Team” ?
That would be useful

1 Like

You’re going to want to edit the default chat module and set the properties of the System ChatChannel to AutoJoin = false, Private = true, and Joinable = false

2 Likes