I Made AMONG US In SCRATCH...

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • Among us x Scratch...
    In this video I go through how I coded Among Us into the programming language Scratch to make my own Scratch Game!
    The Final Game: scratch.mit.ed...
    Info about the speedrun competition in the game!
    Let me know if you want to see some Game Builder Garage mods or Scratch Game videos :)
    My discord server: / discord
    Twitch (Wednesday & Saturday): / manxninjapig
    MERCH: teespring.com/...
    FRIDAY NIGHT FUNKIN' In SMASH BROS ULTIMATE: • I Made FRIDAY NIGHT FU...
    FRIDAY NIGHT FUNKIN' In MARIO MAKER 2...: • I Made FRIDAY NIGHT FU...
    FRIDAY NIGHT FUNKIN' In GAME BUILDER GARAGE... • I Made FRIDAY NIGHT FU...
    AMONG US in SMM2: • I Made AMONG US In MAR...
    #AmongUs #Scratch #ScratchGames

Komentáře • 1,1K

  • @ManxNinjaPig
    @ManxNinjaPig  Před 2 lety +316

    This took way too long.....

  • @tronche2cake
    @tronche2cake Před 2 lety +506

    Little did he know, it can actually be a multiplayer game like Among Us, using cloud variables.

    • @itsmar4ykggmd205
      @itsmar4ykggmd205 Před 2 lety +23

      Just wanted to comment about this

    • @cdredstone
      @cdredstone Před 2 lety +20

      Yeah, Griffpatch has a tutorial on it.

    • @lightning_11
      @lightning_11 Před 2 lety +31

      Cloud Variables: *Exist*
      Manx (2:15): I'm going to pretend I didn't see that.

    • @ExoticLimeSlice
      @ExoticLimeSlice Před 2 lety +7

      Ikr

    • @TeeArCreep
      @TeeArCreep Před 2 lety +5

      I don't think cloud variables get updated in real time.

  • @johanvaldivieso5501
    @johanvaldivieso5501 Před 2 lety +91

    Even though your frozen in place, the reactor task doesn’t not make you freeze in place. Useful for the speed running contest.

  • @Enderia2
    @Enderia2 Před 2 lety +7

    Using scratches “limited” tools. Griffpatch and many others: *laughs in pro*

  • @INotSillyTV
    @INotSillyTV Před rokem +1

    How my Imposter Remix works (remix of his game): you have to go around the map killing all crewmates and there’s one final crewmate that reports one of the bodies and tries to bring it to the button but you have to stop the final crewmate by killing it and then you win

  • @TirzaBoi
    @TirzaBoi Před 2 lety +101

    You can make online multiplayer in scratch, you need to make a few projects and youll unlock cloud variables, so you can upload p1 pos and p2 pos for example(needs to be shared to test.) And load them!

    • @TirzaBoi
      @TirzaBoi Před 2 lety

      @@hussain_2x_ oh wow, didnt know that! But i was talking about scratch, nice that you found that tho.

    • @icefinity6305
      @icefinity6305 Před 2 lety +1

      @@hussain_2x_ javascript.

    • @dagreenboi
      @dagreenboi Před 2 lety

      It doesn't need to be shared

    • @dagreenboi
      @dagreenboi Před 2 lety +1

      @@TirzaBoi he didn't griffpatch did and made a tutorial of it

    • @quackster9285
      @quackster9285 Před 2 lety

      but when one person moves, the entire map moves, so when P1 "moves", P2 will "move" and its weird.

  • @ChaoDee
    @ChaoDee Před 2 lety +26

    2:22 The best solution is make a singleplayer mode where you need to both do tasks and hide from the imposter

    • @noonhany9476
      @noonhany9476 Před rokem

      Bro has no legs

    • @lightning_11
      @lightning_11 Před 8 měsíci

      Or use cloud variables to add multiplayer, but that's super hard and annoying. Nobody wants to do that.

  • @justehcupcake
    @justehcupcake Před 2 lety +15

    Honestly it always blows my mind how much you can do with Scratch

    • @hb8010
      @hb8010 Před 2 lety +2

      someone else actually did this but it's actually online

    • @mirrorkirby123
      @mirrorkirby123 Před rokem

      The true potential of scratch is amazing.

  • @RulomasENG-gi9tr
    @RulomasENG-gi9tr Před rokem +2

    2:15 - It can’t be multiplayer game… Griffpatch: Are you sure about that?

  • @memetech-
    @memetech- Před 2 lety +28

    You should add multiplayer using cloud variables! Griffpatch made a tutorial on that

    • @Toohard315
      @Toohard315 Před 2 lety +1

      Bro!!!!! DO YOU KNOW HOW HARD THAT IS???

    • @memetech-
      @memetech- Před 2 lety +3

      See second half of comment
      “Griffpatch made a tutorial on that”

    • @endersand6980
      @endersand6980 Před 2 lety +1

      @@Toohard315 Not that hard especially on how skilled ninja pig is at scratch and there's plenty of tutorials 100+

    • @Toohard315
      @Toohard315 Před 2 lety

      @@memetech- Oh your right

    • @Toohard315
      @Toohard315 Před 2 lety

      @@endersand6980 yea I did it without a tutorial. Whoops

  • @lightning_11
    @lightning_11 Před 2 lety +2

    Cloud Variables: *Exist*
    Manx (2:15): I'm going to pretend I didn't see that.

  • @MacaroniAndGames
    @MacaroniAndGames Před 2 lety +23

    Actually, you could make it multiplayer using cloud variables, but it would be very hard to implement in the game

    • @ellluksubchannel9905
      @ellluksubchannel9905 Před 2 lety +5

      Nah, they could just make variables for:
      1. Task Bar
      2. Each Player's X
      3. Each Player's Y
      4. Each Player's Rotation
      5. Last Chat Message
      &
      6. Impostor / Impostors
      Although that would limit multiplayer to up to 2 players and 1 free variable, so they'd have to make a system to combine the x, y & rotation values into one cloud variable, so it could be up to 7 players.

    • @XNorYT
      @XNorYT Před 2 lety +4

      Make a string for the game, like 4_:100,200,7,1:123,745,3,1:657,412,5,1:645,432,2,1. The first number is the amount of players in the game. Colons represent the start of the data for one player. Commas separate the values in this order: X, Y, Tasks completed, Animation frame.

    • @itssherif9777
      @itssherif9777 Před 2 lety

      np

    • @maxvangulik1988
      @maxvangulik1988 Před 2 lety +1

      Cloud variables are fickle. I’ve never been able to get them to work the way I want.

    • @Toohard315
      @Toohard315 Před 2 lety

      @@maxvangulik1988 exactly!!! I dont know why people think its easy... >:/

  • @ThatAmeliaH
    @ThatAmeliaH Před 2 lety +2

    0:23
    D̶a̶n̶g̶e̶r̶o̶u̶s̶ ̶l̶i̶s̶t̶ ̶o̶f̶ ̶e̶v̶i̶l̶
    The Plan
    Love it

  • @f1zzMsm
    @f1zzMsm Před 2 lety +3

    There’s actually a recreation of among us in scratch that can have up to 10 players in 1 room, each server can have 3 rooms!

  • @stgaming3417
    @stgaming3417 Před 2 lety +1

    Ya i knew this app/software when our sir gave permission to go to lab in 2014-15
    It was a fun to use scratch as playing a game on computer of school
    Good olden dayz 😭😭😭
    Im missing it too much

  • @Cookie-qh7fl
    @Cookie-qh7fl Před 2 lety +17

    This looks unbelievably Amazing!!! Great efforts!

  • @DragonFury8751
    @DragonFury8751 Před 2 lety +8

    fun fact: there is actually a way to make a multiplayer game on scratch, you have to use cloud variables tho

    • @dittomario
      @dittomario Před 2 lety

      u mean cloud variables?

    • @cigtu
      @cigtu Před 2 lety

      ...and you also have to account for the custom camera he added, but nevertheless possible.

    • @Tarou9000
      @Tarou9000 Před 2 lety

      @@cigtu why the camera?

    • @cigtu
      @cigtu Před 2 lety

      @@Tarou9000 because the custom camera he added makes the entire map move around. Why this would be difficult to do, sprites in scratch tend to be buggy when outside the "frame" of a project. A solution to this could be to make a "replica" map hidden from the player, that directly translate the movement off-screen into the game, solving this problem. There may be another way or two to fix the issue, but this is the simplest one.

    • @Tarou9000
      @Tarou9000 Před 2 lety

      @@cigtu have You tried this or are You just thinking?

  • @pixlol
    @pixlol Před 2 lety +5

    as someone who uses scratch, this is pretty impressive. there are some better ways to make the hitbox. if you know how, you can just use the player sprite and you dont need the "stop up" variables if you know how to make it.

    • @_gherry
      @_gherry Před 2 lety +1

      not really, everything is a diffrent sprite

    • @cigtu
      @cigtu Před 2 lety +1

      I can agree! For the simplest way, he could've added
      If then
      > If then
      >> change X by (0) - (Speed)
      > End
      End
      (Of course, the "change X by" block would have to be changed accordingly to the input used)

    • @pixlol
      @pixlol Před 2 lety

      @@cigtu i mean, i made plenty of topdown scroller games for testing and you can always use 2 sprites. the map and the player.

  • @the-noise.
    @the-noise. Před 2 lety +1

    oh god there is now a scratch version of him
    EVERYBODY RUN FROM THE SCRATCH VIRUS

  • @deleted43545
    @deleted43545 Před 2 lety +4

    i like the fact you took ceave's board and changed "Dangerous List Of Evil" to "The Plan"

  • @INotSillyTV
    @INotSillyTV Před 2 lety +1

    Speaking of Griffpatch, you can actually make multiplayer games. If you seen Griffpatchs multiplayer tutorials

  • @probloxpurple
    @probloxpurple Před 2 lety +3

    the wire task is possible to make
    here are the steps:
    have your original sprite on each side
    make a clone of them and set the clone to draggable
    then using pen make them draw a line behind themselves that expands and shrinks
    then make it so you can connect that clone to the other side of the thing probably by using the "if _ then" and "touching ?" block

  • @ChaosGamer123
    @ChaosGamer123 Před 2 lety +3

    Cool! As a Scratch user myself, I must say, good job dude!

  • @2009sharkid
    @2009sharkid Před 2 lety +4

    I love when u do all of the work and the project turns out amazing afterward ur are amazing Manx

  • @Korbeo
    @Korbeo Před 2 lety

    this guy single handedly made me wanan be a scratch dev who makes "funny" videos on yt thanks

  • @wolpesto
    @wolpesto Před 2 lety +9

    This is a recommendation to import HD images faster if you install the extension scratch addons you can enable
    importing images it has the same effect as the method you did there are also settings to change how it imports it.

  • @Britishdoggoreal
    @Britishdoggoreal Před 2 lety +3

    LOVE THIS!!!! Keep it up!

  • @ImNotOnGoodKushAndAlcohol

    AWESOME! I don't why people make fun of people who code on scratch because I know how to use Python and Processing and I still use scratch but this is awesome as hell ignore the haters 🙂👍

  • @daytonachaosofficial
    @daytonachaosofficial Před 2 lety +3

    finally he is back doing normal videos

  • @cbug15
    @cbug15 Před 2 lety +2

    there is a cool addon for scratch called scratch addons, you can upload HD uploads and it will be a vector by turning on an option, and also use a fade in so you can see previous sprites

  • @atrociousteddy7325
    @atrociousteddy7325 Před 2 lety +3

    Can you add an update that makes it so the Imposter is chasing you the whole time and also he stops moving whenever you're doing tasks and when the Imposter gets you it plays the defeat screen

  • @uncleenore
    @uncleenore Před rokem +1

    congragulations! you made 2009 among us!

  • @Invaliput
    @Invaliput Před 2 lety +4

    If you EVER make games with scratch again, i would HIGHLY recommend installing scratch addons. This way you can fix a LOT of problems that you had here like the vector converting.
    Also i would consider myself a pretty good scratch coder so if you ever need help come back to me lmao
    If you need proof i can send you a game i made
    Lmfao i sound like a stupid kid trying to get your attention

    • @Markomilicic012
      @Markomilicic012 Před 2 lety

      are they google exensions or

    • @endersand6980
      @endersand6980 Před 2 lety

      Yea even more so cuz u capitalized words alot

    • @Invaliput
      @Invaliput Před 2 lety

      @@Markomilicic012 Yes indeed

    • @Invaliput
      @Invaliput Před 2 lety

      @@endersand6980 How does capitalizing words making you sound like a kiddo? I just did that so it looks a bit fresher and better, and that i put the pronouncation on that words. What looks better to you?
      This is fixing a lot of my problems, huge thank you.
      or
      This is fixing a LOT of my problems, HUGE thank you!

    • @bidyutbag8991
      @bidyutbag8991 Před rokem

      🤣🤣😅😅🤣🤣😅

  • @tozyt
    @tozyt Před rokem +2

    He said "limited' tools, but I'm making a game engine is Scratch XD

  • @SonicBoy145
    @SonicBoy145 Před 2 lety

    FINALLY MANX MADE A VIDEO OF REMAKING A GAME
    ITS BEEN MONTHS

  • @SooperStar_HD-ey4cz
    @SooperStar_HD-ey4cz Před 10 měsíci +1

    Get it to 40K likes. I miss this series.

  • @cigtu
    @cigtu Před 2 lety

    Here's a complicated way to clean up the code a little:
    1. Create a sprite, and a variable set to "this sprite only"
    2. In the sprite, add every costume for the tasks. Name them in numerical order.
    3. Make a piece of code similar to this:
    When flag clicked
    Repeat (# of tasks)
    > create clone of [myself]
    > change (variable) by (1)
    End
    4. And for the clones,
    When I start as clone
    Switch costume to (variable)
    If (variable) = (1) then
    > Forever
    >> go to X: (Player X) + (task pos X) Y: (Player Y) + (task pos Y)
    > End
    End
    5. Repeat that clone code for every task you have, and all the tasks will now be clones. And the code, much cleaner.
    6. Additionally, if there is any other code that needs to be added, right click the "When I start as clone" hat Blick and duplicate it.
    7. Delete everything INSIDE the forever loops, and add the extra code in there. If you are confident enough, you may attempt to mix the extra code with the pre-existing code.
    8. HOWEVER, you will have to remove the Radius sprite if attempting this and add a *if then* inside the Forever loops.
    9. Then add the mini-game Broadcast block (if you have one) inside.
    Thank you for listening to my TED Talk.

  • @Duuxling
    @Duuxling Před 2 měsíci

    0:23 ah yes -dangerous list of evil-

  • @akamonanimations6260
    @akamonanimations6260 Před 2 lety

    I actually made a scratch among us before this video was uploaded but this is much better than mine.

  • @joescraft123
    @joescraft123 Před rokem +1

    Now do it in scratch jr. it’s going to be hell and if you want a 3D scratch game then follow the griffpatch tutorial

  • @ROCKERNAN89
    @ROCKERNAN89 Před rokem

    imagine people trying to copy the game and make it in scratch like me
    Their brain: Hello, myself! I hate myself!

  • @stacydavis3131
    @stacydavis3131 Před rokem

    Manx: THIS IS SPAGHETTI CODE. Me: HOLY HECK

  • @monsterbebebes3503
    @monsterbebebes3503 Před 2 lety

    1:10 all this time I thought the cafeteria was perfectly centered at the top of the skeld

  • @therealanimatebro02
    @therealanimatebro02 Před 2 lety +1

    pls continue the i made series. It is fun, even if it takes a while. keep up the great work! :)
    (ps i watch a lot of your vids on my tv)

  • @RenardioMFG
    @RenardioMFG Před 2 lety

    there is a way to make online multiplayer in scratch, but it's very complex and something that the most of us have no idea how it works

  • @KillaCon22
    @KillaCon22 Před 11 měsíci

    0:17 qubo plane , even the plane got shot with a shotgun in the face

  • @person___9
    @person___9 Před rokem

    6:23 “admin” bro im dead 💀💀💀

  • @pottahboy2778
    @pottahboy2778 Před 2 lety

    0:23 FRICK ITS CEAVE'S DANGEROUS LIST OF EVIL

  • @Mr-Sleet
    @Mr-Sleet Před rokem

    I'm working on a online multiplayer game. it works but it is only in the 0.0.2 update. To make a multiplayer game you need to have the scratcher tag, thats because you need cloud variables and the only way to get them is to be a scratcher. What a cloud variable does it is a variable stored on scratch servers and when it changes for some one it changes for everyone. Using that you can make a successful multiplayer game.

  • @liminal5_
    @liminal5_ Před 2 lety +1

    Did u know u can actually make multiplayer in scratch?
    It already exists
    Also protip: move the cat up some layers so it doesn't go under the crewmates and tasks. Just click the go up one layer block

  • @thegreenhoodieguy
    @thegreenhoodieguy Před 2 lety +1

    Actually, you can make multiplayer, but that requires more than 1% of your brain

  • @-themightymittens-
    @-themightymittens- Před 2 lety

    OMG SCRATCH! I love seeing Scratch being recognized by youtubers!

  • @The_Command_Centre
    @The_Command_Centre Před rokem

    There is actually a way to make online games. You need cloud variables and you can only get them if you’re ranked as a Scratcher

  • @Teaca444
    @Teaca444 Před 2 lety +1

    Manx Ninja Pig, you should remake cuphead in scratch and release it like your FNF engine

  • @gamingwithpapaandfriends

    This my first time watching this channel and I’m already subbed and I liked the video

  • @mewtube47
    @mewtube47 Před 2 lety

    That spectacular spiderman laptop goes hard

  • @Hatersonbadyoutubers
    @Hatersonbadyoutubers Před 2 lety

    i didnt see this yesterday on youtube so you must have posted it on 1pm

  • @Afton...
    @Afton... Před rokem

    6:45 you should've made a random chance of being killed when ur in that hitbox of his. and u should put a 1/2 chance of being imposter

  • @tater535
    @tater535 Před rokem +1

    Did anyone know that a scratcher named TimMcCool made online among us witch i play every day? He even added a jester mod!

  • @letsdo8846
    @letsdo8846 Před rokem

    Using cloud variable in scratch can make a multiplayer game but than there has to be more and more cloud variables for: colours, if player is imposter or crewmate/enhineer ghost, than there has to be a voting system, a lobby system so this isnt a game were if you die you die and alot more

  • @xander7013
    @xander7013 Před 2 lety

    6:39 in electrical I saw a blue vent. Oh it just glitches out

  • @darkvoid4017
    @darkvoid4017 Před 2 lety +1

    I can't imagine how frustrating the bugs were lol

  • @The_SniperCam
    @The_SniperCam Před 2 lety

    I made an among us meme on scratch and it kinda blew up. It was called Scratch Cat Has A Completely not SUS Day, don’t search it up on scratch tho, it doesn’t need more views

  • @retroaspectgaming
    @retroaspectgaming Před 2 lety +1

    Bro you should have made AI's for the other crewmates and maybe an imposter

  • @thelogoshow8947
    @thelogoshow8947 Před rokem

    0:18 jay jay the jet plane in a nutshell

  • @dominiktoser8531
    @dominiktoser8531 Před 2 lety

    you can make multiplayer games in scratch, BUT YOU'LL NEED GRIFFPATCH'S HELP

  • @Tech-Multiverse72
    @Tech-Multiverse72 Před 8 měsíci

    1:35 You could’ve just..
    1. Get Scratch Addons
    2. Turn on the HD Upload Addon
    3. Enjoy

  • @user-jl3pe6pe5c
    @user-jl3pe6pe5c Před 2 lety

    Manx Ninja Pig turns Max Ninja Cat! LOL

  • @Supercoolcat128
    @Supercoolcat128 Před 2 lety

    "omongoos" the accent is just the best

  • @Skye943
    @Skye943 Před 10 měsíci

    The imposter in Scratch should be called imMEOWster

  • @orrinpants
    @orrinpants Před 2 lety

    1:14 - Just install Scratch Addons, enable HD Upload, and HD Upload the HD image

  • @niceEli
    @niceEli Před 2 lety

    There is a lot to improve like tweeners better hit boxes condensed into 1 sprite tables for all hitboxes and tasks so it’s a easy system (niceEli and griffpatch have good tools)

  • @thechicken6430
    @thechicken6430 Před 2 lety

    4:19 manx: griffpatch- me: you clearly aren't A fan of him

  • @nochoice3595
    @nochoice3595 Před rokem +1

    I love this idea

  • @YabberJabber
    @YabberJabber Před 8 měsíci

    Manx: I can’t figure out how to do wires
    *Draw script has left the chat*

  • @itssloplayz
    @itssloplayz Před rokem

    i know u could make a multiplayer game but it would be really complicated and u would need alot of time . still a amizing game

  • @StoMoComedoPro
    @StoMoComedoPro Před 2 lety +1

    You are now Scratch Scratcher Cat

  • @Tohidplays7155
    @Tohidplays7155 Před 2 lety +1

    2:22 You Can Make It Multiplayer After Using Scratch for Min Of 7 weeks Max Of 3 Years Anyway There’s A Blue Button After 7 weeks Tap Then You Have Cloud Storage To Make It Multiplayer

    • @SoulLexx
      @SoulLexx Před 2 lety

      Whaaa
      I got to be a scratcher in like 2 weeks

    • @_gherry
      @_gherry Před 2 lety

      first, to become a scratcher you need to verify your email, secondly making a multiplayer game is hard.

  • @bringbackoldbmgoback
    @bringbackoldbmgoback Před rokem

    Ayo when your on the example your using a scratch 2.0 scratch cat lol

  • @xx_miko_xx
    @xx_miko_xx Před 2 lety

    I like the thing he uses Super Mario 3D World Super Bell Hill music

  • @HeloFish
    @HeloFish Před rokem

    I love the part when he said it's scratchin' time and scratched all over the code

  • @OClinamikuclesOfficial678
    @OClinamikuclesOfficial678 Před 10 měsíci

    WHY ARE ALL THE SCRATCH LEGENDS BRITISH SOUNDS LIKE PEPPA PIG GREW OUT OF HAPPY MS CHICKEN AND TURNED INTO CODE LEGEND AAAAAAA

  • @TheMacCheechMan
    @TheMacCheechMan Před 2 lety

    multiplayer games have been made on scratch before but it's too complicated for me

  • @isaacchow
    @isaacchow Před 2 lety

    you can actually make multiplayer games with cloud variables(if you have unlocked it)

  • @AnotherDumbChannelYT1
    @AnotherDumbChannelYT1 Před 9 měsíci +2

    you can make multi player games on scratch

  • @thatlilly
    @thatlilly Před 2 lety +1

    I saw this on your scratch profile before you released this..

  • @Giolaboman
    @Giolaboman Před 2 lety

    this is amazing!

  • @gabrielbreymondacedillo6457

    I played your game. Your game is too good, it's already featured!

  • @iamboredfor2months
    @iamboredfor2months Před 2 lety +1

    You can use cloud variables, but they can only contain numbers. It would be hard to implement

  • @_magic_.
    @_magic_. Před 2 lety

    someone made an exact replica of among us using scratch, not even joking.

  • @RanRedstone
    @RanRedstone Před 2 lety +1

    Next video should be making a good ben 10 game

  • @advanturepie
    @advanturepie Před 2 lety

    I'm pretty sure multiple actual online and working among us games have already been made like back when amongus was popular

  • @JD_animations1997
    @JD_animations1997 Před 2 lety

    i did find a multiplayer among us remake on scratch before, so it is possible

  • @bogonelle
    @bogonelle Před rokem +2

    I miss the “I made” series

  • @africantinybolt9561
    @africantinybolt9561 Před 2 lety

    to make multplayer in scratch:you need a cloud variable

  • @nan_inc8532
    @nan_inc8532 Před 2 lety

    TimMcCool actually already made a complete 100% replica on among us, even with multiplayer systems.

  • @eugeniocrazythebestxd
    @eugeniocrazythebestxd Před 2 lety

    But yeah u can do multiplayer or online games if ur a scratcher using cloud variables

  • @Teunail
    @Teunail Před 2 lety

    Please do this but in Minecraft, it would be funny and cool to see how to make among us in Minecraft

  • @kodd10
    @kodd10 Před 2 lety

    you can make multiplayer in scratch, but you literally only have cloud variables that store numbers. I did multiplayer once and I nearly died.

  • @3landrys
    @3landrys Před 2 lety

    " wait why.. DO HEAR A BOSS THEME?! " 7:24