Do I need to use roblox's filter for custom names?

In my game you can change your nickname, and it will show above your head and in chat. Do I need to use roblox’s built in filter to prevent people from having nicknames against ToS and to abide by ToS?

lets make it short and easy

yes

2 Likes

Yes. This is already stated at the TextService:FilterTextAsync function documentation page, ANY player input that will be shown to others MUST be filtered, if filtering fails then do NOT show it

2 Likes

Yes because the player could put something bad

1 Like

Yes, all text input made by the user must be filtered before being shown to other users.

2 Likes

Y. E. S
You dont want trolls using some FUNNI names

1 Like