Changing filtered message with TextChatService on the server side

  1. What do you want to achieve?
    I am trying to change a message on the server side after it was filtered / sent by the client.

  2. What is the issue?
    I can’t seems to find a way to change the filtered message on the server side.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have found a solution for client side but not server side.
    Changing / filtering messages with new TextChatService?

Example.

  1. Client send a message, (for example: “Foo”)
  2. Server receive the message, made modification and send the modified message to all the client (for example: “Foo Bar”)
  3. All client including the sender will get “Foo Bar” as the message and put it in the chat + chat bubble
1 Like