So, I want to make a character for my game that only appears if your message gets tagged. However, I don’t want Roblox to think that the person that just chatted is “spamming” when they aren’t. How could I achieve this?
The question doesn’t make much sense, crosswords actively exploited roblox’s moderation to make it seem like the player said some bad stuff in chat which got them banned when they actually didn’t say anything.
You can use string filtering to detect if the player’s message was “tagged” (filtered out by the moderation system) and if so do whatever. Although to have some gameplay value which forces the player to say something they aren’t allowed to do may not fly well in roblox’s moderation system
^ Basically, I want to filter a string, but I don’t want to put anyone at risk of actually being moderated twice.
Oh, I dont know if thats against TOS or not, roblox already filters chat messages so doing so with your own code might not go well with them. But once again I don’t know