Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how do you make a chat system?
- Julianthewiki
-
100+ posts
how do you make a chat system?
Okay, *deep breath*.
Although it's not allowed here, you should make a whitelist for all of the words allowed in your chat.
I couldn't explain more, this is just step 1.
Although it's not allowed here, you should make a whitelist for all of the words allowed in your chat.
I couldn't explain more, this is just step 1.
- zanzolo
-
66 posts
how do you make a chat system?
Can I make chat rooms with cloud data?
While it is technically possible to create chat rooms with cloud data, they are not currently allowed. We will reconsider this policy once we have a better sense of our capability for moderating and managing reports on cloud data.
http://scratch.mit.edu/help/faq/#clouddata
So, the only kind of chat you can make is a safe chat, where there is a word list that people can pick from. Then they can only send words on the safe list. There are examples of this you can look at. Just search for “safe chat”
While it is technically possible to create chat rooms with cloud data, they are not currently allowed. We will reconsider this policy once we have a better sense of our capability for moderating and managing reports on cloud data.
http://scratch.mit.edu/help/faq/#clouddata
So, the only kind of chat you can make is a safe chat, where there is a word list that people can pick from. Then they can only send words on the safe list. There are examples of this you can look at. Just search for “safe chat”
Last edited by zanzolo (June 4, 2014 09:36:32)
- RandomPerson1789
-
100+ posts
how do you make a chat system?
Create a text to number converter. Put the text into the cloud variable. Create a number to text converter so a normal variable can read it. Plus you have to be a scratcher. Hope this helped!
Last edited by RandomPerson1789 (June 7, 2014 00:12:46)
- the_pumpkin_pi
-
100+ posts
how do you make a chat system?
The multyplayer game mech will probably help.
Say you had a cloud var that will take the code and a diffrent var will both incrypt/decrypt the numbers.
Say you had a cloud var that will take the code and a diffrent var will both incrypt/decrypt the numbers.
- Cllawgraber
-
43 posts
how do you make a chat system?
See @turkey3 's Safe Chat ++ for an example
- kekoa00
-
18 posts
how do you make a chat system?
This would be very helpful if the Scratch system was more like an email concept. Where a user can just send a message directly to another user's scratch inbox. My concept of this is shown bellow.
Although, I have a limited selection to block types.
Although, I have a limited selection to block types.
- AwesomeSmilee
-
500+ posts
how do you make a chat system?
That would not work - it would just add the message to the client and not the server (basically it only adds the message to your computer)
</offtopic>
Safe chats. It's easy to make if you get an ID for each word/phrase, I guess…
- Vienradze
-
500+ posts
how do you make a chat system?
I don't know. I'm not sure do clouddatas are allowed. But I know how ro make chat wirh cartoon charachers. And u van make chat studio.
- deck26
-
1000+ posts
how do you make a chat system?
Chat projects have to use a whitelist. They are possible as long as you do that. A blacklist will never block every version of words you don't want so it has to be a whitelist.
- XxWreakerDemon_xX
-
100+ posts
how do you make a chat system?
Last edited by XxWreakerDemon_xX (Jan. 10, 2016 02:54:03)
- XxWreakerDemon_xX
-
100+ posts
how do you make a chat system?
You can use a (username)
block so only you can log as the user.
block so only you can log as the user.

Last edited by XxWreakerDemon_xX (Jan. 9, 2016 22:47:26)
- scrooch2005
-
33 posts
how do you make a chat system?
Simple, since I'm not good at explaning, heres the answer by blocks: please help
Last edited by scrooch2005 (Jan. 9, 2016 09:30:29)
- Harakou
-
1000+ posts
how do you make a chat system?
That's true, but this thread is quite old. (Almost 2 years!) I don't think OP needs an answer anymore. Closing this.This won't work you need to use clouddata
- Discussion Forums
- » Help with Scripts
-
» how do you make a chat system?