So ROBLOX’s text filter resource says games should filter any player-inputted text.
I’m working on something that allows users to type in a clock time using a numeric keypad and an AM/PM button. Do I need to filter this?
While it technically is player-inputted, there’s no way for anything inappropriate to be written with it because it’s just numbers and two buttons to concatenate either an “a” or “p” to the end for AM/PM. Only a maximum of four numbers can be typed in (since time only has four numbers in the HH:MM format).