I noticed a flaw that can get your game moderated: According to Roblox’s TOS any user inputed text/third party text must be moderated using the TextService:FilterStringAsync feature. I see this is not the case and it can get your game moderated.
There are also OpenAI endpoints that can help you moderate this type of content. If you use their moderation endpoint you can help to remove these types of responses even though it would still break Roblox’s TOS since Roblox doesn’t trust devs to do their own filtering.
oh man. I really don’t know what to do then other than making an array full of cuss words… because I have filtering on it, I will try to dive into this. Thanks for feedback!