Discuss Scratch
- Discussion Forums
- » Collaboration
- » Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
- ToastersUnited
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!

Workers:
__________0%___________
fill out the following form professionally and correctly to join.
Username:
Job:
Reason:
Activity (1/10):
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch):
Why we should pick you?:
Example of work:
Other:
Workers:
ToastersUnited (Founder) (CEO)Progress:
Ancoder (Coder)
__________0%___________
fill out the following form professionally and correctly to join.
Username:
Job:
Reason:
Activity (1/10):
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch):
Why we should pick you?:
Example of work:
Other:
Last edited by ToastersUnited (Jan. 2, 2022 18:31:46)
- ToastersUnited
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
- ToastersUnited
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
RESERVED
- Ancoder
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Username: Ancoder <–
Job: Coder
Reason: ?
Activity (1/10): 8
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): no/yes
Why we should pick you?:
Example of work: https://scratch.mit.edu/projects/620057605/ , non scratch stuff https://auth.gametub.repl.co
Other:
Job: Coder
Reason: ?
Activity (1/10): 8
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): no/yes
Why we should pick you?:
Example of work: https://scratch.mit.edu/projects/620057605/ , non scratch stuff https://auth.gametub.repl.co
Other:
Last edited by Ancoder (Jan. 2, 2022 16:59:12)
Check Out My ttf to scratch Font generator: https://scratch.mit.edu/projects/639531873/
Python:
print("Please Follow Me") if followed: print("Yay!")
console.log("Please Follow Me") if (followed) { console.log("Yay!") }
class Main { public static void main(String[] args) { System.out.println("Please Follow Me") if (followed) { System.out.println("Yay!") } } }
using namespace std; int main() { cout > "Please Follow Me"; if (followed) { cout > "Yay!"; } return 0; }
- ToastersUnited
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
accpted Username: Ancoder <–
Job: Coder
Reason: ?
Activity (1/10): 8
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): no/yes
Why we should pick you?:
Example of work: https://scratch.mit.edu/projects/620057605/ , non scratch stuff https://auth.gametub.repl.co
Other:
- Ancoder
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
YAYaccpted Username: Ancoder <–
Job: Coder
Reason: ?
Activity (1/10): 8
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): no/yes
Why we should pick you?:
Example of work: https://scratch.mit.edu/projects/620057605/ , non scratch stuff https://auth.gametub.repl.co
Other:
Check Out My ttf to scratch Font generator: https://scratch.mit.edu/projects/639531873/
Python:
print("Please Follow Me") if followed: print("Yay!")
console.log("Please Follow Me") if (followed) { console.log("Yay!") }
class Main { public static void main(String[] args) { System.out.println("Please Follow Me") if (followed) { System.out.println("Yay!") } } }
using namespace std; int main() { cout > "Please Follow Me"; if (followed) { cout > "Yay!"; } return 0; }
- Ancoder
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
what do i do now
Check Out My ttf to scratch Font generator: https://scratch.mit.edu/projects/639531873/
Python:
print("Please Follow Me") if followed: print("Yay!")
console.log("Please Follow Me") if (followed) { console.log("Yay!") }
class Main { public static void main(String[] args) { System.out.println("Please Follow Me") if (followed) { System.out.println("Yay!") } } }
using namespace std; int main() { cout > "Please Follow Me"; if (followed) { cout > "Yay!"; } return 0; }
- ToastersUnited
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Remember when you said you could do infinite cloud vars? Please make a system for that. what do i do now
- Ancoder
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
okRemember when you said you could do infinite cloud vars? Please make a system for that. what do i do now
Check Out My ttf to scratch Font generator: https://scratch.mit.edu/projects/639531873/
Python:
print("Please Follow Me") if followed: print("Yay!")
console.log("Please Follow Me") if (followed) { console.log("Yay!") }
class Main { public static void main(String[] args) { System.out.println("Please Follow Me") if (followed) { System.out.println("Yay!") } } }
using namespace std; int main() { cout > "Please Follow Me"; if (followed) { cout > "Yay!"; } return 0; }
- Ancoder
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Done:
https://scratch.mit.edu/projects/623134299
setvar and getvar
also vars can only be created on server
https://replit.com/@ancoder/infinitevars#main.py
its always online theres a scratch2py bug though
https://scratch.mit.edu/projects/623134299
setvar and getvar
also vars can only be created on server
https://replit.com/@ancoder/infinitevars#main.py
its always online theres a scratch2py bug though
Last edited by Ancoder (Jan. 3, 2022 01:57:35)
Check Out My ttf to scratch Font generator: https://scratch.mit.edu/projects/639531873/
Python:
print("Please Follow Me") if followed: print("Yay!")
console.log("Please Follow Me") if (followed) { console.log("Yay!") }
class Main { public static void main(String[] args) { System.out.println("Please Follow Me") if (followed) { System.out.println("Yay!") } } }
using namespace std; int main() { cout > "Please Follow Me"; if (followed) { cout > "Yay!"; } return 0; }
- RobloxianMinecraft
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
seems like this is needing a bump



Press Ctrl + Shift + Down arrow lots of times to scroll down my signature
Check out the Sodium Polyacrylate Shop!
Also check out Forum Emoji Gallery! Click here!
Anpang54 aka RobloxianMinecraft
Hi! I don't post on the forums too much because I don't really have lots of things to talk about…
You can check out my profile if you want, hahaha…
You can click HERE for my random projects.
Be flexible please.
Be flexible please.
Be flexible please.



(^⌣^) // happy the kumquat slayer
other guards in training (ツ::sensing) (‾̀◡‾́::motion) (•_•::looks)
Siggy last edited: 18 Jan 2021 14:43 UTC+7, minor 28 feb 2022 15:31 utc+7
- Ancoder
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
(#11)I think toasterunited is taking a one month break or something so there wont be activity until then
seems like this is needing a bump
Check Out My ttf to scratch Font generator: https://scratch.mit.edu/projects/639531873/
Python:
print("Please Follow Me") if followed: print("Yay!")
console.log("Please Follow Me") if (followed) { console.log("Yay!") }
class Main { public static void main(String[] args) { System.out.println("Please Follow Me") if (followed) { System.out.println("Yay!") } } }
using namespace std; int main() { cout > "Please Follow Me"; if (followed) { cout > "Yay!"; } return 0; }
- What_do_we_do_now
-
500+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Username: What_do_we_do_now
Job: Coder
Reason: I like to help out with things
Activity (1/10): 8-9/10
Will you take breaks frequently?: I wouldn't say frequently, but sometimes.
Why we should pick you?: I like to code and help with things.
Example of work: TileOS, a collab I'm running!
Other: None
Job: Coder
Reason: I like to help out with things
Activity (1/10): 8-9/10
Will you take breaks frequently?: I wouldn't say frequently, but sometimes.
Why we should pick you?: I like to code and help with things.
Example of work: TileOS, a collab I'm running!
Other: None
Thanks, @WhatDoWeDoNow
I'm not on Scratch much anymore, so you can find me on Glitch and Replit doing other coding. BTW, in the url bar, replace the “%40” with “@”. Scratch auto-encodes urls like that.
- ToastersUnited
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
accepted Username: What_do_we_do_now
Job: Coder
Reason: I like to help out with things
Activity (1/10): 8-9/10
Will you take breaks frequently?: I wouldn't say frequently, but sometimes.
Why we should pick you?: I like to code and help with things.
Example of work: TileOS, a collab I'm running!
Other: None
- Ancoder
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Now what
Check Out My ttf to scratch Font generator: https://scratch.mit.edu/projects/639531873/
Python:
print("Please Follow Me") if followed: print("Yay!")
console.log("Please Follow Me") if (followed) { console.log("Yay!") }
class Main { public static void main(String[] args) { System.out.println("Please Follow Me") if (followed) { System.out.println("Yay!") } } }
using namespace std; int main() { cout > "Please Follow Me"; if (followed) { cout > "Yay!"; } return 0; }
- Ancoder
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Bump!
Check Out My ttf to scratch Font generator: https://scratch.mit.edu/projects/639531873/
Python:
print("Please Follow Me") if followed: print("Yay!")
console.log("Please Follow Me") if (followed) { console.log("Yay!") }
class Main { public static void main(String[] args) { System.out.println("Please Follow Me") if (followed) { System.out.println("Yay!") } } }
using namespace std; int main() { cout > "Please Follow Me"; if (followed) { cout > "Yay!"; } return 0; }
- kidcoder427
-
100+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Username: @kidcoder427
Job: Marketing
Reason: To share my business skills
Activity (1/10): 7
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): No, but I have school and ski on the weekends
Why we should pick you?: Because you only have 1 employee!!!
Example of work: * (bottom)
Other: None
*
Join us here for great logos and art.
Job: Marketing
Reason: To share my business skills
Activity (1/10): 7
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): No, but I have school and ski on the weekends
Why we should pick you?: Because you only have 1 employee!!!
Example of work: * (bottom)
Other: None
*

Join us here for great logos and art.
(to see all of my signature highlight this and press shift + down arrow)
- Ancoder
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
(#17)I want to hire bc we only have 1 person
Username: @kidcoder427
Job: Marketing
Reason: To share my business skills
Activity (1/10): 7
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): No, but I have school and ski on the weekends
Why we should pick you?: Because you only have 1 employee!!!
Example of work: * (bottom)
Other: None
*
Join us here for great logos and art.
@ToasterUnited can i hire people?
Check Out My ttf to scratch Font generator: https://scratch.mit.edu/projects/639531873/
Python:
print("Please Follow Me") if followed: print("Yay!")
console.log("Please Follow Me") if (followed) { console.log("Yay!") }
class Main { public static void main(String[] args) { System.out.println("Please Follow Me") if (followed) { System.out.println("Yay!") } } }
using namespace std; int main() { cout > "Please Follow Me"; if (followed) { cout > "Yay!"; } return 0; }
- ToastersUnited
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Ok(#17)I want to hire bc we only have 1 person
Username: @kidcoder427
Job: Marketing
Reason: To share my business skills
Activity (1/10): 7
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): No, but I have school and ski on the weekends
Why we should pick you?: Because you only have 1 employee!!!
Example of work: * (bottom)
Other: None
*
Join us here for great logos and art.
@ToasterUnited can i hire people?
- -EmeraldThunder-
-
1000+ posts
Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!
Username: -EmeraldThunder-
Job: Coder
Reason: I love programming and I would like to help out with this project
Activity (1/10): 9
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): No
Why we should pick you?: I'm very good at cloud programming and intergrating UI with scratch code.
Example of work: https://scratch.mit.edu/projects/613405277/
Other: None
Job: Coder
Reason: I love programming and I would like to help out with this project
Activity (1/10): 9
Will you take breaks frequently? (this doesn't affect you getting accepted - everyone has lives outside of scratch): No
Why we should pick you?: I'm very good at cloud programming and intergrating UI with scratch code.
Example of work: https://scratch.mit.edu/projects/613405277/
Other: None
On holiday this week, won't be active.
Male | 14 | Flask | Scratch | Pygame | Christian
Empires of Scratch Mincraft server (bedrock and java vanilla survival) (Banner by sharkode)


- Discussion Forums
- » Collaboration
-
» Savari OS - The most well designed OS on Scratch! Now hiring: Coders, Artists, Musicians and Helpers! Join today!