I am creating an application system for my group so members may obtain ranks. But it requires a paragraph field with users asked to provide links to their work. Upon reading the code for the application system it appears to pass text entries through the chat filter which I am certain will cause problems for applicants.
The reason I am asking about if this is even required is because the place slot this system will be used in is one player servers only. Only the person writing will see the text but the text has to be passed to the server for onward processing (Compiled into a table with other question answers and then sent through a Discord webhook proxy via HTTPService.) The applications are then read and processed by my group’s HRs in a private Discord server (Out of Roblox’s jurisdiction) who are the only ones able to see.
From reading the developer hub and community standards regarding text filtering requirements. It is unclear if Roblox’s systems will get triggered at the textboxes and dish out moderation actions. Since as I mentioned before, the actual game server is restricted to one player only (The applicant) so no other “players” will be able to see the text. And the dev hub article only mentions filtering incoming messages from HTTPService and not outgoing messages typed by players.