And I also made a role play name changer that changes your humanoid display name.
The problem is that they are not filtered(I thought they would be), I put the game on private, but will it still get me warned or banned? Should I delete it?
If it’s private you shouldn’t have problems with that, anyways because you did that for practice why not improve it and make text filtered so you can open it to public?
I mean if you open it and people start abusing the place, and report it I’m pretty sure your game can be banned for it but if you have it private I’m pretty sure you won’t.
All messages on Roblox should be filtered. You can manually whitelist people to play your private game. That’s why I strongly recommend you to remove this entire system from your game. Your game will get suspended and you will get banned if Roblox sees that you allow not filtered communications.
It’s not that tricky to filter the text. Given the projects were made to test your scripting capabilities, you may as well learn the correct way to do things otherwise you’re just practising bad practice, which serves you zero benefit.
Perform TextService:FilterStringAsync on the server before showing the text anywhere that other players will see it.
To answer your original question, the game may be put in review and there may be moderation action against your account if you’re doing it maliciously or something like that. I doubt you’d ever get a ban if you were just unaware and don’t have the scripting ability to implement it - your game would just be put in review and stay there forever unable to be played.
No, you legally can’t get banned for this. The reason being that you are not responsible for what the user does with this system. Only if you were to abuse this you could get banned. If there are issues with this system Roblox would probably take it down and would warn you not to re-upload it. In that case, you are completely fine because they saw other users abusing this system so the solution would be to take it down and tell you not to re-upload your system.
imo you should try and create your own custom filter. If the hackers bypass and get banned for it, it is not on you. More or so you won’t get banned even if you didn’t add a custom filter. But it is always safe to be adding filters to things like this.