So I am planning on creating a bug report system in which a user opens a UI and types in whatever the bug was, then clicks send, where it is sent to my discord server. My question is whether or not I need to filter the text the user is inputting in this UI?
If the the text is not able to be viewed by anybody but the writer then it is fine as far as im concerned, since players can put and change whatever they want with local scripts. So even if you filtered it there is nothing stopping the user from removing the call to filter the text (assuming this is all handled on client as only they can see).
@BuDeep You do need to filter any text that a player submits to make sure they can’t send any personal information.
@Tyfor_Dev If the text is being saved and then retrieved again at a later time then it does have to be filtered. But if the client typed something in and is only seeing it for themselves during that one session, it doesn’t need to be filtered for the person who typed it.
But cindering makes a good point in that the filter would block a player from entering any sensitive info. Though it will be difficult to read the bug reports since they will be mostly hashtags haha