I’m getting these errors a lot in my console, and the only time I manually filter messages is for a custom sign gamepass which allows users to input custom text onto a tool. This is filtered via a RemoteFunction on the server using TextService:FilterStringAsync():GetNonChatStringForBroadcastAsync(). There is a proper debounce of 1 second set on this remote function, and if the function is invoked while they’re still on debounce, they get kicked. Does anyone know what’s causing these errors?
Code:

