Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how do you make a game online
- simbad435
-
Scratcher
100+ posts
how do you make a game online
i am making a online collabing project that people can use to find and make a collab project together and i need help with making the project online
- tester452
-
Scratcher
43 posts
how do you make a game online
My school account has an online game, but just know that you can only have 10 cloud variables. This limits the amount of abilities and features. I can give you the link for it, but features are extremely limited.
- Umhead22
-
Scratcher
100+ posts
how do you make a game online
You need to make Cloud variable for difrent player
Ex script
Ex script
when green flag clickedsomething like that but It will probaly work
set [Username v] to (username)
add [(Usename)] to [list v]
if <(.username) = <[List v] contains (username) ?>> then
create clone of [Myself v]
else
broadcast [ERR v]
end
- alboxer2000
-
Scratcher
1000+ posts
how do you make a game online
i am making a online collabing project that people can use to find and make a collab project together and i need help with making the project onlineuse @griffpatch's tutorials
- kpoovakan
-
Scratcher
100+ posts
how do you make a game online
Griffpatch has tutorials for this.
The Scratch Wiki also has tutorials for this.
I don't know which one is better.
Anyways, you can go to https://en.scratch-wiki.info/wiki/Creating_a_Multiplayer_Game#Online_Multiplayer and https://en.scratch-wiki.info/wiki/Encoding_and_Decoding_Cloud_Data for instructions. I hope you found this helpful!
The Scratch Wiki also has tutorials for this.
I don't know which one is better.
Anyways, you can go to https://en.scratch-wiki.info/wiki/Creating_a_Multiplayer_Game#Online_Multiplayer and https://en.scratch-wiki.info/wiki/Encoding_and_Decoding_Cloud_Data for instructions. I hope you found this helpful!
- Rodent_King11
-
Scratcher
4 posts
how do you make a game online
I don't quite know the whole decoding and encoding thing, but, I can help with transmitting usernames without encoding/decoding.
In the else section, add “ask (please make a user ID)” then add it to a list and yeah
when green flag clicked
if <[ usernames] contains (username) ?> then
say (join (join [welcome back, ] (username)) (join [ User ID: ] (item # of (item ((item (item ( (username)) of [list Usernames] :: list) in [list User IDs]))) for (2) secs
else
end
In the else section, add “ask (please make a user ID)” then add it to a list and yeah

- Discussion Forums
- » Help with Scripts
-
» how do you make a game online