With the new TextChatService, how can I mute players programically?

So I noticed the post today about text chat service being the default now, but now I don’t know how to mute a player as my implementation for the legacy service no longer works. Any idea how I would go about this?

1 Like

Use TextSource.CanSend

2 Likes

That’s a read-only property however, I want to mute them, not check if they’re already muted or not

It isn’t read-only, it’s just read-parallel which means it can be read in parallel (desynchronized scripts under actors)

I tried this out and it doesn’t work for me. Does this only work in a real server or is it just broken?

It works, but the client will still be able to chat for themselves, but it won’t replicate to other players

3 Likes

Ooh, okay. Thank you. I appreciate it.

1 Like

No problem, it confused me as well

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.