I created a command system for my battle map, but I cannot say numbers. Is there a way I can make numbers visible for everybody while maintaining the filter?
I do not recommend messing with the Roblox filter. You’re going to have to deal with it, and modifying the filter can result in your account being punished. Numbers cannot be said due to people being able to share things like their age on Roblox.
Save the positions with the numbers and replace it with the message from the filtered message.
Cut numbers up from the letters into tables.
But I suggest not doing any of these things as it possibly can lead to account termination. As the roblox filtering system is there for a reason. If users have access to this type of thing they can share stuff from Passwords, Phone-numbers and other confidential items with other random users which is a treat.
If you want to keep numbers I think you should read the text before filtering it, collecting every number and putting it’s index and the number in a table, then after filtering the string you replace the tags at each index of a number with that number from the table.
I don’t know if that would be against roblox ToS because you allow numbers which aren’t allowed by default
We use broadcast filter in Ro-Chat to filter our messages, and it is annoying. However, if only the three people have access to it and are above 13, you can use the FilterChatAsync (I believe that is what it’s called) because this filters with their filter (so if 13+, the 13+ filter).