Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Should I use text filtering for command logs?

Asked by 3 years ago

I am making an admin command system and I'm making a 'CommandLogs' command. As commands are shown, should they be filtered?

I want to obey the rules and block inappropriate words, but I'm afraid it will block the command itself. What should I do?

1 answer

Log in to vote
0
Answered by
Jac_00b 157
3 years ago
Edited 3 years ago

If you're using this command for more than yourself, you have to use text filtering or else you could get banned. If you want to learn more about knowing how to filter text, here is an article about FilterStringAsync(): https://developer.roblox.com/en-us/api-reference/function/TextService/FilterStringAsync

0
Yeah but I don't want to ruin the command being filtered. Diamo_YT 68 — 3y
0
Well I'm sorry but I don't know what to tell you. The only option is to use the command for yourself and let nobody else see it. Jac_00b 157 — 3y
Ad

Answer this question