Roblox chat 'Filtering' is breaking at random points?
Asked by
8 years ago Edited 8 years ago
So I constantly get errors on my chat at random points
http://puu.sh/qi8xI/47529b52ee.jpg -- Errors
The errors just stop the script entirely(which is expected), and I'm not sure what causes it.
It's whenever the players chat and the messages are filtered - it errors.
1 | filteredMessage = ChatService:FilterStringAsync(message, sender, player) |
is the line it errors at.(message/sender/player are defined before it already.)
What is causing the error, and can I do anything about it?