Author Topic: Text change script  (Read 1115 times)

What would I need to so for something to be when someone says "noob" it changes the word noob to idiot, and shows it as what they said. I think there is was a script like this already, so if there is, could someone post a link to it?

Are you asking for a script or asking for help with a script?

Related:
I always wondered how the chat filter worked, and how it would censor for some people but not censor for others, and it worked on any server. I was wanting to make something sort of like a chat filter that made words into different words.

Related:
I always wondered how the chat filter worked, and how it would censor for some people but not censor for others
It's client sided.

Related, it is client sided. Also it checks the string for the words then removes or changes them, I belive. Use the refrence guide or look at other scripts to see what they did and see how you could apply it. I would recomend looking it up in the quick refrence guide.

If you wanted to handle this server sided, package servercmdmessagesent.

Client sided, it's something I know not but I know exists.