Coding Platformer Enemies | 11. Scratch Platformer Tutorial

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 1,2 тыс.

  • @studiodespenates
    @studiodespenates 2 года назад +5

    I implemented those enemies and they give a really cool touch to the game. Thank you very much.
    I'm gonna try to handle the player hitbox because the death by ennemies is quite sensitive

    • @studiodespenates
      @studiodespenates 2 года назад +1

      @griffpatch , I tried two ways (that did work) of implementing the use of a hitbox for the player and I need some advice.
      The first one was to broadcast a new event "Touching Enemy" instead of "lose life" in the "Touching Player" block in the enemy. The Player receives this event, changes costume to the hitbox and deals wether the hitbox really touches the enemy clone and then broadcast lose life or not. As I said, it did work but it seems a bit messy as the check for touching danger happens in the "Tick last" event receiver. I'm afraid this could mess up with the costume change to hitboxes as two different scripts can now change costums to hitbox and check for collision with dangers ans enemies. (I did not mention that I added a hitbox for the "touching danger" in the "tick last" too cause, it was also a little bit sensitive with danger sprite ;-) )
      So I tried another solution of having a new "for all sprites" variable named "TOUCHING ENEMY". It is set to 1 by the enemy clone instead of broadcasting "lose life". The player, in the "tick last" event receiver can now check the TOUCHING ENEMY variable value and do the hitbox costume trick in that script. Which keeps the costume hitbox and check for collision with danger and enemy a little more tidy. Then at the end of "tick last" receiver, the variable is set to 0 if the player is not touching an enemy. There might be a better place to reset the variable which I haven't found yet.
      I'd rather like the second solution with the variable but I'm not sure. Both those implementations involves 2 sprite touching tests (one in the enemy clone, one in the player) which is not very effective.
      Which solution seems better to you and why? Or am I in the wrong direction?
      Thanks a lot.

  • @ChickenNose123
    @ChickenNose123 26 дней назад +2

    I added Checkpoints all by myself! Griffpatch inspired me to not be afraid of platformers! Thanks!

  • @luisjogos821
    @luisjogos821 2 года назад +6

    This series is helping me out a ton, because I'm making a platformer in Pocket Code,so most things also work on it.

    • @namrata.agarwal
      @namrata.agarwal 2 месяца назад

      Pocket code is dum

    • @RafaelSonicgamer
      @RafaelSonicgamer 2 месяца назад

      ​@@namrata.agarwal not that dumb, o tried It before, basically scratch but for apps

  • @smth35
    @smth35 2 года назад +61

    You could add another way to defeat enemies in a future tutorial. Such as.. a sword! Or maybe a shooting weapon. (Because that is what i'm dealing with at the moment)
    Another thing you can add is enemies with multiple lives (Not exactly like a Paragoomba for example, but with health that is (in)visible), or even a boss!

    • @rodgeangeroancelso6109
      @rodgeangeroancelso6109 2 года назад +4

      I think a boss would be fine for my project

    • @smth35
      @smth35 2 года назад +3

      @@rodgeangeroancelso6109 yeah, i have already developed a shooting at enemies mechanic. I might also add metal body/helmet to enemies.
      Also, multiple health can be done by setting a local variable to a number at the start of "when start as clone", and change health by -1 when normally the enemy should be squashed. And squash the enemy if enemy hp is below 1 after changing the hp.

    • @smth35
      @smth35 2 года назад +1

      A custom moveset can be made in the enemy loop

    • @_gherry
      @_gherry 2 года назад +1

      yes, i remember mario having a gun!

    • @don_gato1774
      @don_gato1774 2 года назад +1

      @@coldintakevideos RELAX BRO

  • @callmehtheguy
    @callmehtheguy Год назад +17

    Cannot believe how far this series has gone. How could someone possibly not subscribe after all this?
    3:23 WAIT WHA, the sprite is still named 'sprite1' instead of 'Enemy'!?

  • @funraven659
    @funraven659 2 года назад +8

    LOVE WATCHING YOUR VIDS WHEN I HAVE FREE TIME, though it would be fun to see him use a Boolean in a custom block for the first Time (yes, I know he used a Boolean in custom blocks OFF camera, but I want to see do it ON camera)
    Still, keep up the awesome work

    • @kgratia4748
      @kgratia4748 Год назад +1

      The rarest sight ever. So rare, not even I recall using it, haha.

  • @deskasandreas4504
    @deskasandreas4504 2 года назад +31

    I was waiting for that episode more than Santa's gifts Thank you Griffpatch for making it so simple to understand that's the most important thing. Till next episode 😉

  • @vydxz
    @vydxz 2 года назад +1

    I can't believe I've actually found your channel I've been playing your scratch games for like 3 years they're so fun!

  • @amateurishanimation
    @amateurishanimation 2 года назад +11

    Finally! I wanted a tutorial on enemies.

  • @antoniasage602
    @antoniasage602 2 года назад +1

    21:53 ( look at the “Ok” button when the Player - Bounce is right about to be added.) Thx for the tutorials!

  • @NovaWolf_
    @NovaWolf_ 2 года назад +13

    Your scratch skills never fail to amaze me, how you can figure out all these complicated things like pathfinding and even physics inside a scratch engine is beyond me, amazing work keep it up!

  • @quickshark9536
    @quickshark9536 2 года назад +1

    19:46 People actually use this in speedruns for the original Super Mario Bros. They jump from under and avoid the hitbox and they fall for a few frames and defeat it when they touch the hitbox.
    Edit: Congrats on 100k!

  • @happyretirementmsvacca
    @happyretirementmsvacca 2 года назад +14

    two suggestions:
    1. Instead of a 1 + floor of frame mod 4, could we have done a join Red and floor of frame mod 5?
    2. Instead of a change speed y by -1, should we have used the already existing gravity variable?

    • @bilkmucket1470
      @bilkmucket1470 2 года назад +1

      First one goes through all 5 costumes so it doesnt work

  • @Olive621_
    @Olive621_ 2 года назад +1

    Hope you had a great Christmas griffpatch

  • @levlev4048
    @levlev4048 2 года назад +9

    I was waiting for this tutorial for years, and finally got it. Thanks griffpatch

  • @cakesrus3852
    @cakesrus3852 2 года назад +1

    Thank you thank you!. I waited for a long time for this video . This is a very exciting video 🐱.

  • @danielayeniscratchtutorial4350
    @danielayeniscratchtutorial4350 2 года назад +90

    Could you please make one that keeps the enemy squished even when you return to that scene. TKS!

    • @soapfaces
      @soapfaces 2 года назад +13

      I know how to do that. Use a similar trick to the one for keeping collectables in the same place on a different screen (the null room)

    • @vihaansingla7514
      @vihaansingla7514 2 года назад +5

      @@soapfaces daa

    • @soapfaces
      @soapfaces 2 года назад +5

      @@coldintakevideos bro what are you on about

    • @j10paul
      @j10paul 2 года назад +5

      @@coldintakevideos Scratch is coding, it's just simpler, and also, that comment is off topic.

    • @juansebastian7723
      @juansebastian7723 2 года назад +3

      @@coldintakevideos don’t care about him

  • @harrisongreen1892
    @harrisongreen1892 2 года назад +1

    I stopped making scratch and moved to python and unity projects but still watch these.

    • @griffpatch
      @griffpatch  2 года назад +1

      Awesome... It's all the same at its roots... :)

  • @Megabyte1
    @Megabyte1 2 года назад +3

    Griffpatch you should make a shop where you can buy things with apples, like for example a key so that the players can't just skip a ton of the map

  • @jameslewis-basson
    @jameslewis-basson Год назад

    I love it when griffpatch is funny like at 8:49 there was a lemon on top of the custom block

  • @silvertakana3932
    @silvertakana3932 2 года назад +9

    It would be cool if you make the background parallax instead of staying still! It would create some nice depth to it!

    • @griffpatch
      @griffpatch  2 года назад +8

      On scrolling games that's cool, but not quite as good on a non scrolling game like this

    • @silvertakana3932
      @silvertakana3932 2 года назад +1

      @@griffpatch some games do that anyway. but yea, sometimes, it can drive the player dizzy!

    • @uhhemrxcc
      @uhhemrxcc 2 года назад

      @@griffpatch Happy New Year's Eve!

    • @skeletonizermal
      @skeletonizermal 2 года назад +1

      Sadly the scene-based nature of this project makes it really hard to do, if not impossible.

    • @awesomesauce0742
      @awesomesauce0742 2 года назад

      i can help you rephrase that: Make the whole level slightly move when you move so it looks like a somewhat 3d environment

  • @soursalt698
    @soursalt698 2 года назад

    i will always remember the day as a kid i went to some place (i dont remember if it was some kind of festival or not) and there were some dudes sitting outside with a laptop, they offered to teach me what scratch is and how to use it for fun, didnt really use scratch after that but always found it cool

  • @cactithegreat4871
    @cactithegreat4871 2 года назад +6

    I’ve been waiting for this for so long, I decided to create a combat mode for it!

  • @xoS1d
    @xoS1d 2 года назад +2

    Nice! Loving all of these episodes!

  • @ThePantaloon_
    @ThePantaloon_ 2 года назад +10

    I honestly can't believe that this series got so far. Love you Griffpatch

  • @ShiftClickLearn
    @ShiftClickLearn 2 года назад

    Ooh, I like the little red chompers! xD

  • @Waizzzz
    @Waizzzz 2 года назад +7

    Episode 1: Basic control
    Episode 20: Cloud multiplayer, score system
    Episode 25: Exporting game as .exe file and put it on Steam, Google Play and App Store

  • @sunsky4288
    @sunsky4288 2 года назад +1

    Hey, congrats on 100k subs!

    • @sunsky4288
      @sunsky4288 2 года назад

      idk why do one has litterally metioned that lol (its a great achievment(i havent even got one subscriber xd))

  • @FrostleGaming
    @FrostleGaming Год назад +9

    Idea 1: add portals that can teleport you through the same scene or difference scene
    Idea 2: add jump orbs that when you click them and are touching them mid air you jump but if you dont click you go through

    • @nikolime_yay
      @nikolime_yay Год назад +1

      JOMETREY DASH REFFRENSE!?!?!?!?

    • @rleung9463
      @rleung9463 3 месяца назад

      Yeah, that's gd

  • @pe_games
    @pe_games 2 года назад +1

    28:00 Griffpath you are so organized! My scripts are so large 🤣🤣🤣

  • @WolfyLionMonster
    @WolfyLionMonster 2 года назад +11

    I really love platforms and mini games like this, they’re really fun to play

  • @MamaMoLangNaman20
    @MamaMoLangNaman20 2 года назад +2

    Wow my platformer is gonna be great now Thankyou sooo Much Griffpatch!❤❤

  • @DDP-Gaming
    @DDP-Gaming 2 года назад +5

    I can definitely see where the inspiration of the enemies came from
    Hint : Appel

  • @donkkonk5293
    @donkkonk5293 2 года назад +1

    Wow!
    So awesome!
    I was waiting for this.

  • @nonexistence00
    @nonexistence00 2 года назад +7

    Finally, enemies! Next might be: jump boosts, more enemy types (bigger enemies or enemies with better AI; possibly bosses), or maybe power ups (1ups and the like)

    • @theobaldtiu
      @theobaldtiu 2 года назад

      Yeppp

    • @worst_120
      @worst_120 2 года назад

      @@theobaldtiu and more like portals, potions and more collectable items!!! ^!^

    • @McSwee
      @McSwee 2 года назад

      @@worst_120 I already added 1ups to my game

    • @McSwee
      @McSwee 2 года назад

      It's not difficult

    • @mibsmartlearning9621
      @mibsmartlearning9621 2 года назад

      YESSIR

  • @ignaciohdi
    @ignaciohdi 2 года назад +1

    100k finally! Congratulations, your tutorials are great!

  • @villewedenberg2793
    @villewedenberg2793 2 года назад +3

    You are an amazing scratcher and makes it easy to code with your awesome youtube videos! Keep it up!

  • @WatchThis1_2
    @WatchThis1_2 Год назад +1

    thank you so much for this. this changed my life!🤩🤩🤩

  • @cubic_
    @cubic_ 2 года назад +4

    I want to know, how do you make multiple enemy types, because I want to have more enemies instead of the same enemy used over and over.

    • @MF5000
      @MF5000 Год назад +1

      i know how to make different enemy types.

  • @silvertakana3932
    @silvertakana3932 2 года назад +2

    I love platformer games! Because it's fun for me to compete with my siblings and friends. What a good time it is!

  • @amateurishanimation
    @amateurishanimation 2 года назад +42

    Idea: make an enemy with pathfinding that will actively chase the player

  • @meowsername
    @meowsername 2 года назад +1

    Aww man I was hoping for a tile scrolling episode, but this is good too.

  • @macronas1239
    @macronas1239 2 года назад +4

    Griffpatch, do you know how to separate "a" and "A" in Scratch? I need it for making a keyboard in Scratch.

    • @eforluc
      @eforluc 2 года назад

      Hmmm maybe an if costume number = (insert number) but idk I’m not griffpatch, also I made a keyboard thing aswell

    • @macronas1239
      @macronas1239 2 года назад

      @@eforluc it probably doesn't work...

    • @bitofbeans
      @bitofbeans 2 года назад +3

      BOTH OF THESE METHODS CHECK ONE LETTER AT A TIME
      make one empty costume and then 26 costumes called A,B,C etc
      switch costume to (empty costume)
      switch costume to ((letter variable))
      if costume is not empty costume it is uppercase, otherwise lowercase
      ORRRRR
      if you don’t want to make 27 costumes, you can a make a bit more code, don’t worry it’s a lot easier to make imo
      make one costume that is empty and one costume named ABCDEF… all the way to Z ( all letters uppercase)
      then a variable named Characters and set it to A to Z all uppercase again
      and a variable called String
      also any counter variable works, like “i” or “counter”
      now set counter to 1 and string to nothing
      repeat 26
      if letter (counter) of (Characters) = the character you are checking then set string to (string) join (character you are checking)
      else set string to (string) join (letter (counter) of (Characters)
      to finish the repeat loop add a change counter by 1
      AFTER the repeat loop
      set costume to empty costume
      set costume to string
      if costume is empty costume then it is lowercase, otherwise it’s lowercase
      hope this helps!!

    • @macronas1239
      @macronas1239 2 года назад

      @@bitofbeans I'm gonna try it!

  • @cubee4108
    @cubee4108 2 года назад +1

    And, quick comment, you can actually not use 4th sprite in 2:48, but rather just cycle back to 2nd sprite after 3rd one is played out.

  • @heckercat3968
    @heckercat3968 2 года назад +4

    I can’t explain how great this video is! There are literally no words for it! You are so amazing! Keep up the good work! 🥰

    • @Isakube
      @Isakube 2 года назад +2

      Congratulations. You have now explained how great this video is.

  • @mr.sandman3619
    @mr.sandman3619 Год назад

    20:00 whaaaaat??? i've been using scratch for years and i just NOW find out that you can read sprite specific variables on other sprites? that's so usefull!!!

  • @aryankhadela9253
    @aryankhadela9253 2 года назад +4

    also wanted to say since E3, I appreciate you for making a cat sprite pre-hand for us 😊

  • @thelegoreaper
    @thelegoreaper 2 года назад +2

    Wow this adds so much more to the platformer! Will yiu do collectable weapons?

    • @griffpatch
      @griffpatch  2 года назад

      I'd have to think about it

    • @-tylerrodgers-
      @-tylerrodgers- 2 года назад

      Why?

    • @CommanderAka
      @CommanderAka 2 года назад

      Pleasssseee I’m making a ninja game out off this 🥺🥺🥺

  • @griffinbrooks6748
    @griffinbrooks6748 2 года назад +21

    it would be really cool if the enemy sloped similar to how the feet of our player slope to match the ground.

    • @darwizzler29
      @darwizzler29 2 года назад +1

      agreed

    • @mrfrog0913
      @mrfrog0913 2 года назад +1

      NEVER GUNNA GIVE YOU UP NEVER GUNNA PUT YOU DOWN!!! (: rick roll

    • @filipetrujeira3359
      @filipetrujeira3359 2 года назад +2

      @@mrfrog0913 *let you down* and it's not "gunna" it's "gonna"

    • @griffinbrooks6748
      @griffinbrooks6748 2 года назад +2

      @@mrfrog0913 NOnoOooOoo please do do this to meeee! what hav i done!

    • @sarmisthasahoo423
      @sarmisthasahoo423 2 года назад +1

      @@griffinbrooks6748 Never gonna give u up Never gonna let u down Never gonna run around and desert u

  • @rajanim8389
    @rajanim8389 2 года назад

    I was waiting to squish all those enemies , thanks @Girffpatch for this marvelous gift and wish you a Happy new year ahead.

  • @vVearon
    @vVearon 2 года назад +3

    we need “How To Think Of Ideas”

  • @elijahbedinger7951
    @elijahbedinger7951 2 года назад +1

    Happy 100k subs! What a great start to the new year!

  • @MotivationUmmah
    @MotivationUmmah 2 года назад +4

    TYSM griffpatch you make coding seem so easy. Your work is so underrated you deserve way more subs

  • @amiriteLMAO
    @amiriteLMAO 2 года назад +1

    7:10 appel *seeing his enemy was made by griffpatch* flashback

  • @dannrobotdancer
    @dannrobotdancer Год назад +18

    i know your face now

    • @LittleChimp123
      @LittleChimp123 4 месяца назад

      Wdym?

    • @Does_not_play_anything999
      @Does_not_play_anything999 4 месяца назад

      his profile dudes or maybe not

    • @LittleChimp123
      @LittleChimp123 4 месяца назад +1

      @@Does_not_play_anything999 scratch academy has a face reveal but this comment was last year so, yeah, it would be from the profile

  • @panpawe5474
    @panpawe5474 2 года назад

    I waited for this episode whole days

  • @AsAwesomeEverything
    @AsAwesomeEverything 2 года назад +2

    How can someone not subscribe ? This is too good to be real!

    • @keithboyer2730
      @keithboyer2730 Год назад

      Eewdsdfwgwr 78otv txt b monogamy Ulloa TNT

  • @zinklebob3650
    @zinklebob3650 2 года назад +1

    I’ve been hooked on your grid based side scroller series, and what would he cool to see added would be either dialogue, or cutscenes, as these are going to be very crucial to my game, and it’s been stumping me on how to make them.

  • @fluffygamingsheep
    @fluffygamingsheep 2 года назад

    An episode we have always been waiting for

  • @ramyaradhakrishnan6927
    @ramyaradhakrishnan6927 2 года назад +1

    I have really want a tile scrolling tutorial

  • @fridayfunkgaming291offical
    @fridayfunkgaming291offical 2 года назад

    First time watching the best Scratcher YTber other than the scratch team

  • @codingwithaditya1290
    @codingwithaditya1290 2 года назад +2

    You are a awesome Coder I wish that you got all success in life and you hit 10M very Fast 🔥🔥

    • @Brodigaming69
      @Brodigaming69 2 года назад

      :D

    • @Brodigaming69
      @Brodigaming69 2 года назад

      i dont follow the tutorials i just watch the videos because i find them intresting

  • @Purpur100
    @Purpur100 9 месяцев назад

    You should've added that cool thing in Mario that when you hold the jump key while the enemy is squished, you get an extra jump boost.

  • @malygina4449
    @malygina4449 2 года назад +1

    Wow, it's already 2 853 watches! Love your videos, Griffpatch! Hope next are power-ups, like Fire Flower or Tanooki suit!

  • @rodgeangeroancelso6109
    @rodgeangeroancelso6109 2 года назад +2

    You could add power up's, hearts to represent your lives, a spring, npc's and more!

    • @normai1172
      @normai1172 2 года назад +1

      For the spring, you can copy the "Level" sprite or whatever you called it, and add springs to the level. Except instead of just being there, make a working hitbox and in the player sprite,

  • @studiodespenates
    @studiodespenates 2 года назад

    Thanks.
    That's a good one my sons and I where waiting for.
    Keep on the good work.

  • @crafti_mation12
    @crafti_mation12 2 года назад +2

    That was so cool !!!!!! I cannot wait for part 12

  • @ganeshs7642
    @ganeshs7642 2 года назад

    The best thing about Griffpatch is that he makes cool games and videos

  • @chargesextrastuff5121
    @chargesextrastuff5121 2 года назад

    We did it… we made this man hit 100k subs

  • @fajhfkdskl
    @fajhfkdskl 2 года назад +1

    Woooow cool!

  • @dragondude7107
    @dragondude7107 2 года назад +1

    maybe next you could add text boxes and talking sprites. like, if you walk up to the door without a key a text box will appear at the bottom of the screen with a portrait of scratch cat, and he'll say something like "I think we need a key for this"

  • @Djjohnson-g5l
    @Djjohnson-g5l Год назад

    Thank you so much! making my own platformer and had to tweak it a little.........but it worked great!

  • @MyNameIsKneoReal
    @MyNameIsKneoReal 2 года назад +1

    Just Wanna Say Your Vids Are Awesome!

  • @KnightBolt-LBS
    @KnightBolt-LBS 2 года назад

    Congratulations with 100k subscribers, griffpatch!

  • @darrickhans9478
    @darrickhans9478 2 года назад

    You made a post and someone commented 'Hi griffpatch! I have some ideas for the Platformer series: Enemies that kill the player, (I forgot what was the second one) and water' so you made this video. How many parts does the series have!? Please don't tell me that this is not the last episode.

  • @block_in_animating
    @block_in_animating 2 года назад +2

    Yes!!! Finally a new platformer game! Thanks so much for making these. I hope you make more tutorials like these!!!

  • @정훈김-n6m
    @정훈김-n6m 2 года назад +1

    Almost 100 subscribers!

  • @VisibleSilly
    @VisibleSilly 21 час назад

    i know this was made 2 year ago but this is really helping me a ton!
    also my enemy keeps disappering after a few seconds even thou it hasn't been changing scenes, is it because i"m using TurboWarp instead of scratch?

  • @phosmo4739
    @phosmo4739 2 года назад +1

    Loveee the tutorials man, helps a ton ❤️

  • @Kim60-y6n
    @Kim60-y6n 2 года назад +1

    wow wonderful

  • @familymcraven3677
    @familymcraven3677 Год назад +1

    When I have a problem with scratch this I’ll be my first go to channel. YOUR VIDEOS ARE AMAZING❤

  • @occcomic
    @occcomic 2 года назад +1

    Congrats on 100k!

  • @danielayeniscratchtutorial4350
    @danielayeniscratchtutorial4350 2 года назад

    This is the tutorial I've been waiting for

  • @a_sliced_lemon
    @a_sliced_lemon Год назад

    at 21:35 it's actually nice that the player didnt bounce cuz it looks he'sheavy enough to squish

  • @temmie5764
    @temmie5764 2 года назад +1

    100k congrats!

  • @Scratcher_No-1
    @Scratcher_No-1 2 года назад +1

    Aaaaah! I love all your vedios cuz they're awesome!!

  • @villewedenberg2793
    @villewedenberg2793 2 года назад +1

    Will you make a episode 12?

  • @husk-ees6980
    @husk-ees6980 2 года назад +2

    Hey so this is an idea for another series. Do you know if you could teach us how to make MMO's? Your MMO platformer was really great and still worked during high player periods, and I was just confuzzled by the code. It would be great if you create a series on how to create an MMO game (not the regular max 8 players, but larger where it can go up to 20 or even 30). Also sorry if this is like in the wrong place or something I didn't know where to keep it. Great tutorial, by the way.

  • @ThunderFound
    @ThunderFound 2 года назад +1

    Hi! Can you make tutorial about saving system? I think it will be a good addition to our game :D
    Or can you made Conway's Game of Life?

  • @jacoblee2373
    @jacoblee2373 2 года назад

    Good job! Your doing a good job in doing this. Continued doing this!

  • @HarpreetKaur-in6em
    @HarpreetKaur-in6em 2 года назад

    Congratulations for 1 lakh subscribers

  • @wildremiofwater...9086
    @wildremiofwater...9086 2 года назад

    I love the scratcharia's that you Made!!

  • @tyj90000
    @tyj90000 2 года назад

    Ayyy, congrats on 100k!

  • @cubee4108
    @cubee4108 2 года назад

    Hey uuh, quick question, are you planning on making any videos about making a 3d game using pen module?

  • @evilgroovydominoes5285
    @evilgroovydominoes5285 2 года назад

    I made a platformer game with some of griffpatch help and used some of his geometry dash game and also added some of my little features, called "Geometry dash PLATFORMER 1.4"

  • @charmich2008
    @charmich2008 2 года назад

    I don't know why this guy is AWSOME also good luck on the road to 100k subs!

    • @heddaya
      @heddaya 2 года назад

      Yes he is

  • @Mamxt
    @Mamxt Год назад

    For the player death sound looping u could just replace the ‘broadcast lose life ‘ in the block touching player by ‘broadcast lose life and wait’
    I hope u see this😊

  • @MaroDiamond9
    @MaroDiamond9 2 года назад +1

    7:08 Yellow Square With Green Rectangle On Top Of It?
    8:48 Susmon...
    21:54 SUSSY BLOCK...

  • @giornothegod804
    @giornothegod804 2 года назад

    my game is now, AMAZING, thanks griffpatch

  • @ThunderFound
    @ThunderFound 2 года назад +1

    Nice!!