Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » safe chat - what it means and how to make it.
- epicpiggy88
-
44 posts
safe chat - what it means and how to make it.
Hello,
today I am making a form about safe chat.
safe chat is a list used to chat.
It stops people from saying bad words.
example:
now you made a safe chat!
I put this in the scripting help section cause it also tells you how to make a safe chat list.
today I am making a form about safe chat.
safe chat is a list used to chat.
It stops people from saying bad words.
example:
when green flag clicked
add [hello] to [ safe chat ]
now you made a safe chat!
I put this in the scripting help section cause it also tells you how to make a safe chat list.
- matey1234
-
1000+ posts
safe chat - what it means and how to make it.
That doesn't work, sorry. It doesn't work because that list isn't connected to cloud so other players cannot see what has been placed in the list from other players. Hello,
today I am making a form about safe chat.
safe chat is a list used to chat.
It stops people from saying bad words.
example:when green flag clicked
add [hello] to [ safe chat ]
now you made a safe chat!
I put this in the scripting help section cause it also tells you how to make a safe chat list.
- makethebrainhappy
-
1000+ posts
safe chat - what it means and how to make it.
Yep, a safe chat is a chat room thats whitelisted meaning only certain good words are allowed. Blacklisted Chat rooms are where a user can post whatever they want including bad words.
To make a safe chat room you really need cloud variables and someone who knows how to use them but so far I've never seen really effective chat rooms. They exist in some games like griffpatches. Not alot more I can tell you besides that you should look at some scripts for it.
To make a safe chat room you really need cloud variables and someone who knows how to use them but so far I've never seen really effective chat rooms. They exist in some games like griffpatches. Not alot more I can tell you besides that you should look at some scripts for it.
- ShadowScizor
-
100+ posts
safe chat - what it means and how to make it.
That doesn't work, sorry. It doesn't work because that list isn't connected to cloud so other players cannot see what has been placed in the list from other players. Hello,
today I am making a form about safe chat.
safe chat is a list used to chat.
It stops people from saying bad words.
example:when green flag clicked
add [hello] to [ safe chat ]
now you made a safe chat!
I put this in the scripting help section cause it also tells you how to make a safe chat list.
Yep, a project only runs on the client-side (your computer), thus any changes made to it in the player won't affect the project at all. On the other hand, a cloud variable runs on the server-side (Scratch's database), thus any changes made to the variable can be seen by others.
- matey1234
-
1000+ posts
safe chat - what it means and how to make it.
People have made working cloud list engines though. So it's possible to make a safe chatThat doesn't work, sorry. It doesn't work because that list isn't connected to cloud so other players cannot see what has been placed in the list from other players. Hello,
today I am making a form about safe chat.
safe chat is a list used to chat.
It stops people from saying bad words.
example:when green flag clicked
add [hello] to [ safe chat ]
now you made a safe chat!
I put this in the scripting help section cause it also tells you how to make a safe chat list.
Yep, a project only runs on the client-side (your computer), thus any changes made to it in the player won't affect the project at all. On the other hand, a cloud variable runs on the server-side (Scratch's database), thus any changes made to the variable can be seen by others.
- naturegirl11
-
23 posts
safe chat - what it means and how to make it.
I'm amazed by Safe Chats but I have a hard time making one. I understand that I need a word-to-number converter then can then store words (as numbers) in the variable, and then de-code the variable back into words. But I still need further help with this. Can anyone explain further?
- purplebook163
-
500+ posts
safe chat - what it means and how to make it.
I have tried to make a safe chat. Here is what I have so far.
- eugene2005
-
35 posts
safe chat - what it means and how to make it.
Safe chats can also stop people from using words like “stupid” or “shut up”.
- taycat34
-
22 posts
safe chat - what it means and how to make it.
this would be a chat room if its mutiplayer and its also safe!:
https://scratch.mit.edu/projects/64959872/
feel free to remic and make it yourself!
https://scratch.mit.edu/projects/64959872/
feel free to remic and make it yourself!
- silverfishhunter
-
17 posts
safe chat - what it means and how to make it.
IM NEW SO BE NICE…..

- ElectroElectro2004
-
100+ posts
safe chat - what it means and how to make it.
Please don't necropost. Also, it needs cloud vars to work.
- silverfishhunter
-
17 posts
safe chat - what it means and how to make it.
SAFE WORDS exelent perfekt and now all of you know the safest words.

- 75hi5s
-
100+ posts
safe chat - what it means and how to make it.
That isn't how you create a safe chatroom, because only YOU can see it.
- StarBlazeDragon
-
2 posts
safe chat - what it means and how to make it.
Can you teach me how to MAKE a discussion, please?
- julianandwill
-
500+ posts
safe chat - what it means and how to make it.
Use a Cloud List Engine:
https://scratch.mit.edu/projects/10096959/
https://scratch.mit.edu/projects/10096959/
- pinkgirl908
-
24 posts
safe chat - what it means and how to make it.
how do u make a scratch disscossion plz tell me 

- DWindsor49
-
56 posts
safe chat - what it means and how to make it.
yeah how do u make a scratch disscossion plz tell me
- SgtsForge
-
12 posts
safe chat - what it means and how to make it.
Here's some reference links to if you want to make a safe chat, (They give you words to use)
http://www.use-in-a-sentence.com/english-words/10000-words/the-most-frequent-10000-words-of-english.html
http://www.mit.edu/~ecprice/wordlist.10000
http://www.shabanali.com/upload/1000words.pdf
http://www.use-in-a-sentence.com/english-words/10000-words/the-most-frequent-10000-words-of-english.html
http://www.mit.edu/~ecprice/wordlist.10000
http://www.shabanali.com/upload/1000words.pdf
- Arthurtilly
-
1000+ posts
safe chat - what it means and how to make it.
Please don't necropost.
- Discussion Forums
- » Help with Scripts
-
» safe chat - what it means and how to make it.