Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » makeing a bad word detector
- catAvoryYT
-
Scratcher
100+ posts
makeing a bad word detector
how do I make a bad word detector I am making a game but users may make their name bad words but I don't want to make it because the scratch team may see the code and see bad words and ban my account
help me
help me- googlepassword
-
Scratcher
56 posts
makeing a bad word detector
first of all this would be completely useless. scratch already moderates bad words. Second of all I can create a bad word detector if you seriously want but it will never be perfect. There is always a way to bypass any system including a bad word detector. It's a pretty pointless idea.
- Nezon
-
Scratcher
1000+ posts
makeing a bad word detector
if you are making a project for cloud chat, it is not allowed. Only premade phrase ones are.
- Yusei-Fudo
-
Scratcher
1000+ posts
makeing a bad word detector
Easy, I do this all the time. First, you set up a list from A-Z, then do the following and create the letters for the word:
(join (item (1 v) of [list v] :: list) (join (item (2 v) of [list v] :: list) (item (3 v) of [list v] :: list)))Do that, and create the word. Join together items of your list to create words is what I'm saying. If you don't get what I'm saying, feel free to comment about this on my profile.
- C369J
-
Scratcher
41 posts
makeing a bad word detector
It's technically against scratch guidelines, even if it has a bad word detector. The best way to do it that works (I think) 100% of the time is translating. use the languages extension, translate what they write into Spanish (or something) then translate that back to English. The translating blocks remove any bad words when translating to another language.
- catAvoryYT
-
Scratcher
100+ posts
makeing a bad word detector
It's technically against scratch guidelines, even if it has a bad word detector. The best way to do it that works (I think) 100% of the time is translating. use the languages extension, translate what they write into Spanish (or something) then translate that back to English. The translating blocks remove any bad words when translating to another language.okay but wow there is a lot of response from scratcher
- N8_D_GR8_1
-
Scratcher
1000+ posts
makeing a bad word detector
Please don't post on old topics. Instead, you can answer recent questions that need answers, or, if you need help, you can create a new topic.<<<[name] contains [(join [bad] [word])]?> or <[name] contains (join [bad] [word])?>>
- Pencil_BFDI7
-
Scratcher
12 posts
makeing a bad word detector
if you are making a project for cloud chat, it is not allowed. Only premade phrase ones are.then what if I make a bad word detector for it
- Discussion Forums
- » Help with Scripts
-
» makeing a bad word detector






