Obviously not many people know the exact “algorithm” of the Roblox filter, but I certainly know that even if text is identical and directed towards the same user (in my case towards every user), it can be randomly filtered sometimes and sometimes not filtered. I’m planning on caching text that’s filtered for optimization of my game, so all filtered text will be store in a dictionary: the key would be the unfiltered text and the value would be the unfiltered output. This will reduce TextService calls.
Due to the unpredictable text filtering system, is this optimization approach allowed?
