I am making my own chat system and I don’t want to violate any of Roblox’s terms.
2 Likes
you just need to make sure that any bad words are filtered and numbers as well, any bypasstation is really bad
1 Like
It’s allowed to make your own chat system, but you should use the default chat filtering.
For more info read this: Text Filtering | Documentation - Roblox Creator Hub
Besides the default filtering, you could always add your own text filtering but just make sure you have the default text filtering.
1 Like
This could also be very helpful:
1 Like
You need to at least pass your text through :FilterStringAsync() or :FilterStringForBroadcast() functions before making it visible to other players.
Other than that, you can do whatever you please as long as it doesn’t do something that bypasses the filter.