Textscrapper spamming in the output becomes unplayable

Sometimes when i join my game it randomly starts spamming TextScrapper warnings in the output until my fps gets so low that its unplayable.

i want my game to still be translatable with the autolocalize property, so how can i get rid of the warning and still allow my game to be translated.

1 Like

It seems that you would have some kind of logging code within your game that isn’t provided by Roblox. It is detecting the warnings from text scraper, then is trying to add it to a textlabel somewhere. This in turn causes another text scraper error which causes it to detect it again for another text scaper error and so on and so forth. You can either remove this other logging thing you have, or add a blacklist to it so it doesn’t detect TextScraper errors.

these textscrapper errors only appear sometimes, not allways.

how would i add a blacklist so it doesn’t detect the TextScrapper errors.