How do I make it so that players can see what others type in a surfacegui text box?

I want to make a kind of message wall that players can type on, how would I do that?

You would need to do something along the lines of FireAllClients() when you make a change to the GUI, so that every players GUI will be updated

Ensure that you filter the words on the server before updating them on other clients.

2 Likes