Filtering Message HTTP 503/502 Service Unavailable


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:

Is the parameter called StringValue an actual StringValue or a string?

Sorry, it’s a string, I just named it StringValue for personal preference

Nevermind wrong thing… I will keep looking.

Try printing StringValue maybe?