Type a sentence and the system will filter the swear words by replacing them with hashtags (#). Please tell me which words don't work. Happy e day by the way (2.718281828459045...)
One of the main reasons I made this was because Scratch mostly banned chatrooms (yes all chatroom projects are illegal on Scratch) because of swearing and stuff like that. I wanted to find a way to combat this because Scratch is about sharing ideas and you can do that way easier if you can communicate with people and not saying ####. How it works: This script mostly relies on the translate extension (yes i like using this extension outside of its intended purpose) to translate words to your language. Normally translating an english word (like pizza) to english again (pizza), or a spanish word (like fiesta) to spanish again (fiesta) doesn't seem to do anything. However, there is one special case. If the word is a swear word, then the translate block would report nothing. So I used this to my advantage to create a custom block that replaces words in a sentence with hashtags (#) if the translate block reports nothing.