Hello im trying to make a response bot whenever a player chats. But the problem im currently facing is that I cant figure out how to remove all special characters from the string and then returning a table.
Example:
Msg: “This is, a test message!”
Then having the table as following.
Table {“This”, “is”, “a”, “test”, “message”}
I can remove the spaces but the special characters stays with the words.