If a player inputs a bypassed name (for an instance name) will i get banned?

Say, I let a player name instances, but to make sure it aligns with the community guidelines, I filter the player’s name that they put get filtered (on the server side), then I name the instance they chose to name exactly what they inputted (but filtered).

Since there are chat bypass exploits, is it possible that if someone puts something inappropriate as the instance’s name, I could get banned?

1 Like

If you are using roblox’s text filter accordingly, then no, you won’t get banned.

1 Like

What I would do, if you are saving the object with the name that the player put in, filter the name of the object every time it is loaded, that way as Roblox fixes chat bypasses, it will just automatically update and fix the chat bypass, and you won’t be at fault.

so if i were to save it, you recommend me to filter the name before saving?

1 Like

either way works, it might be better to just use a pcall function as you load it

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.