The 5 Most UNDERRATED Scratch Blocks! 🔥🏆

2023 ж. 5 Там.
68 349 Рет қаралды

Today I'll be showing you what I think are the most underrated blocks :)
👑 Join the channel to get access to perks:
/ @thesteamist
🔔 Subscribe for more videos:
www.youtube.com/@TheSTEAMist?...
🐱 My Scratch Profile:
scratch.mit.edu/users/ThePhan...
_______________________________
⬇️ Related Videos:
▸ NEW Blocks with Scratch Lab:
• NEW Blocks with Scratc...
▸ Get POPULAR on Scratch:
• Get POPULAR on Scratch 📈🤩
▸ The 5 Most USELESS Scratch Blocks:
• The 5 Most USELESS Scr...
▸ The BEST Scratch ADDONS:
• The BEST Scratch ADDONS 👑
_______________________________
🎵Background Music:
"Sneaky Snitch" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
creativecommons.org/licenses/b...
#TheSTEAMist

Пікірлер
  • the third block can be used to access "for this sprite only" variables

    @ryankolay8770@ryankolay87708 ай бұрын
    • I hate when people make them global variables instead 😄

      @matytyma@matytyma8 ай бұрын
    • same@@matytyma

      @1080GBA@1080GBA7 ай бұрын
  • Another useful thing about the “thing of thing” block (#3) is that it can get private variables from a specific sprite.

    @WCoastGames@WCoastGames5 ай бұрын
  • Couldn't agree more. Props for who uses them

    @wafflesforbreakfast774@wafflesforbreakfast7748 ай бұрын
  • So close to 10k subs, hope you reach!

    @Theo_Bro@Theo_Bro8 ай бұрын
    • Thanks, I hope so too!

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • 3:46 I’d personally use turbowarp debug blocks for this, as it can be very useful, especially when it comes to collision bugs (ie, log the amount of pixels your player moves)

    @daxaroodles@daxaroodles4 ай бұрын
  • 1:57 I always use that block even for getting variables that are only for a certain sprite

    @bluetoadmaker@bluetoadmaker8 ай бұрын
  • The modulo block is so useful for finding the 1s place of a number (mod 10) which is great for finding a tile on a tilemap. Also, the timer block can be put inside a forever loop, and combined with the hat block “when timer > 0.1 seconds” it can detect when the stop button is pressed to quickly show a backdrop or give you an autosave code.

    @man-o-valor@man-o-valor6 ай бұрын
    • True

      @mikevazovsky2532@mikevazovsky25326 ай бұрын
    • "Letter of" has left the chat

      @Shotgunspixie@Shotgunspixie6 ай бұрын
    • @@Shotgunspixiethat is not underrated it is used in every project nearly

      @george8481@george84816 ай бұрын
  • Numbers 1 and 3 are, in my opinion, the most underrated. The "say [blank]" block is also useful for making sure certain actions are happening when they are supposed to. Also, if you don't know the smooth movement trick, the divide block is definitely the most underrated one for you.

    @edemaiscomtheovieira2718@edemaiscomtheovieira27185 ай бұрын
  • Yeah I agree I use say block a lot for debugging along with a dedicated debugging list that I have information thrown into when I need it

    @Qwerybombs@Qwerybombs5 ай бұрын
  • You should talk about the turbowarp blocks like the file download thing and the sensing+, all the amazing stuff. There is even audio recorder!

    @goldestperson@goldestperson8 ай бұрын
    • Totally agreed! Those are real cool

      @mtgamekid2510@mtgamekid25108 ай бұрын
    • the title is : "The 5 Most UNDERRATED Scratch Blocks! 🔥🏆" it is NOT: "The 5 Most UNDERRATED turbowarp Blocks! 🔥🏆"

      @dylanherrera5395@dylanherrera53957 ай бұрын
    • @@dylanherrera5395 Y U Capitalize Scratch But Not Turbowarp?

      @Ray-uy4ez@Ray-uy4ez3 ай бұрын
  • this is a great video

    @malff-ys3xt@malff-ys3xt8 ай бұрын
    • Thanks:)

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • I actually DID know how to make smooth movement with the divide block. My mind was blown because of how easy it actually is to make smooth movement.

    @suspended67Animations@suspended67Animations8 ай бұрын
    • yeah I didn't know it was that easy either

      @TheSTEAMist@TheSTEAMist8 ай бұрын
    • @@TheSTEAMistyeah, it blew my mind when i found out it was that easy

      @suspended67Animations@suspended67Animations8 ай бұрын
    • Also I love ur vids :)

      @suspended67Animations@suspended67Animations8 ай бұрын
  • YAY! new video on a super COOL chanell!

    @ChirpyYTOfficial@ChirpyYTOfficial8 ай бұрын
    • Hope you enjoyed it!

      @TheSTEAMist@TheSTEAMist8 ай бұрын
    • @@TheSTEAMist thx i enjoy all your video!

      @ChirpyYTOfficial@ChirpyYTOfficial8 ай бұрын
  • Timer is useful for stuff like (100*sin of (timer*100)) The tricky looking sensing block is extremly useful for example you can mimic movements or you can use / block for dodging games or - block for aligning x potitions such as mouse x - sprite: x position

    @koyvon4455@koyvon44558 ай бұрын
    • :D

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • On the advance project, say block is really the game changer. I can notice all mistake.

    @BobChess@BobChess8 ай бұрын
    • True! I always use it to fix bugs.

      @mikevazovsky2532@mikevazovsky25328 ай бұрын
    • its like the print("text") in those other programming languages

      @cattyy99@cattyy998 ай бұрын
    • Yeah, it always helps :)

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • is there any way to make smooth movement with the divide block with arrow key movement

    @Switchblade_01@Switchblade_018 ай бұрын
    • there is a way to make smooth movement with arrow keys but on that instead of divide it uses mutiplied by block so here is how- when green flag clicked -forever - - if then (key right arrow pressed) or (key left arrow pressed) - change x by {variable} (key right arrow pressed) - (key left arrow pressed) - set x to (x * 0.89) - change x by (from motions) - {variable-x} ------------------------------------------------------------ You can also do the same thing for y position like-\ when green flag clicked -forever - - if then (key up arrow pressed) or (key down arrow pressed) - change y by {variable} (key up pressed) - (key down pressed) - set y to (y * 0.89) - change y by (from motions) - {variable-y} ------------------------------------------------------------ now you have smooth movement on scratch with arrow keys!

      @StevoPero@StevoPero8 ай бұрын
    • It's possible, but pretty useless. You can do it by making a virtual cursor, which uses arrow keys to move.

      @CallMeChrisOfficial@CallMeChrisOfficial8 ай бұрын
    • when the green flag is clicked: { go to x: (0), y: (0) set "speedX" to (0) set "speedY" to (0) set "speed" to (whatever you want) set "acceleration" to (a value between 0 and 1) forever: { set "keyX" to (() - ()) set "keyY" to (() - ()) if : { set "keyX" to (("keyX") * (0.707)) set "keyY" to (("keyY") * (0.707)) } change "speedX" by (("keyX") * ("speed")) change "speedY" by (("keyY) * ("speed")) set "speedX" to (("speedX" * ("acceleration")) set "speedY" to (("speedY" * ("acceleration")) change x by ("speedX") change y by ("speedY") } } (0.707 is an approximation of 1/(√2)) I edited the comment for some more clarity.

      @CallMeChrisOfficial@CallMeChrisOfficial8 ай бұрын
    • @@CallMeChrisOfficial nah lol its better then what you said lol it's 100x ezz and better

      @StevoPero@StevoPero8 ай бұрын
    • ​@@StevoPeroI'm just used to text-based programming

      @CallMeChrisOfficial@CallMeChrisOfficial8 ай бұрын
  • (floor of(timer)) is also good because it keeps it as a whole number

    @Farleigh1050@Farleigh10508 ай бұрын
    • true but a decimal number can be useful too

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • nice

    @thecraftystuff@thecraftystuff8 ай бұрын
    • Thanks

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • sin block is very underrated since it can make nice hover animation and can be used to be do smooth movement

    @SuperTrouper17@SuperTrouper177 ай бұрын
    • It isn't underrated imo

      @RoxEditzzz@RoxEditzzz6 ай бұрын
  • Hey TheSTEAMist, Someone on scratch made a fan club of your channel

    @FruityFartLover@FruityFartLover8 ай бұрын
    • Yes, it's pretty cool!

      @TheSTEAMist@TheSTEAMist8 ай бұрын
    • @@TheSTEAMist I'm the one who made it, Yes I'm BlackRob183

      @FruityFartLover@FruityFartLover8 ай бұрын
  • Hey , great video. I would like to ask if you could help me with a forever function that holds a condition when met triggers wrong message or plays only once. Thanks in advance and thanks for the video

    @bubbaloop574@bubbaloop5748 ай бұрын
    • forever wait until wrong play sound

      @TheSTEAMist@TheSTEAMist8 ай бұрын
    • Thanks a lot, I also have an if function as well, will that work as well? @@TheSTEAMist

      @bubbaloop574@bubbaloop5748 ай бұрын
    • FOREVER IF not touching (smt) and not touching (mouse over) THEN go to x and y position set drag mode draggable BROADCAST wrong or play (wrong buzzer)??? I have been working for days to not to get this sound play repeatedly forever. I hope I made myself understood. Thanks a lot TheSTeamMist! @@TheSTEAMist

      @bubbaloop574@bubbaloop5748 ай бұрын
  • mod and x position of sprite are the most underrated in my opinion

    @annoyedbush9509@annoyedbush95098 ай бұрын
    • I think x position is not underrated most people use it their every project

      @mikevazovsky2532@mikevazovsky25328 ай бұрын
    • I don't really use the "x/y position of" block, because most of my projects use only a single sprite.

      @CallMeChrisOfficial@CallMeChrisOfficial8 ай бұрын
    • I make platformer games and the x position of sprites makes it more easier to make scrolling platformers!

      @StevoPero@StevoPero8 ай бұрын
    • @@StevoPero it's also very helpful in level editors, scrolling games, cloud games, pen projects, 3d projects and more.

      @mikevazovsky2532@mikevazovsky25328 ай бұрын
    • What kind of projects do you make?

      @mikevazovsky2532@mikevazovsky25328 ай бұрын
  • Timer block can be used for a FPS counter btw think[] and think[] for ()secs are forgotten by everybody lol

    @cassini-studios88@cassini-studios888 ай бұрын
  • I wish I'd known about #3 sooner All those useless variables I've made

    @BigForAHedgehog@BigForAHedgehog6 ай бұрын
  • Kinda late but epic video

    @thesonicdude0469@thesonicdude04698 ай бұрын
    • Thanks!

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • the when timer > () block can be used for lots of possibilities, such as a when block

    @Montserratballaltaccount@Montserratballaltaccount7 ай бұрын
    • what is a when block? is it like an if then block?

      @bubbles100@bubbles1005 ай бұрын
    • @@bubbles100its like a when this happens, but its a hat block like the green flag

      @NerdCloud-IT@NerdCloud-IT4 ай бұрын
  • 3rd one i use so much lol

    @samanthaanglin6530@samanthaanglin65308 ай бұрын
  • The mod block is a simple one, I use sin cos and tan just as much, which is to say a lot.

    @duvawola@duvawola8 ай бұрын
    • Nice

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • Number #3 is great, if you need to make a size of the sprite that's the same with the other sprite, it's confusing how to do and do that in code, but when the Size of (Costume Name) came out, it makes our life easier.

    @johndesacada9893@johndesacada98934 ай бұрын
  • repeat while and alot of the control block are underrated

    @SuperTrouper17@SuperTrouper177 ай бұрын
  • My opinion is mod block. I use this to loop the run cycle in my tile scrolling games like roltycore for example

    @LittleBlueGamer@LittleBlueGamer8 ай бұрын
    • yeah, you can also use it for animations

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • I think its "if then" block because we mostly use it in so many games and you can see atleast more then 1 of these if then blocks in famous games.

    @Pjthepillar@Pjthepillar8 ай бұрын
    • yeah but it's not underrated

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • 1: You CAN do the same thing you mentioned with a variable>number 2: :| It's only a SINGLE circle block. ONE block! And by the way, the timer block CAN be replicated with a variable block but it is easier to use timer. But it is useful for when stop sign clicked. 3: Just use a x position equals. And it is also A SINGLE CIRCLE BLOCK. And the X position equals is more known! 4: Yes. 5: Yes.

    @LolZaiden@LolZaiden3 ай бұрын
  • I made a pathfinding game and i hade to use a ton of: if touching sprite1 and costume of sprite1=1 then broadcast up or somethinh

    @BorleyYT@BorleyYT6 ай бұрын
  • wow😍

    @Rainbowcat138@Rainbowcat1388 ай бұрын
    • thank you :)

      @TheSTEAMist@TheSTEAMist8 ай бұрын
    • ​@@TheSTEAMistalso realized you called scratchers "programmers" smh

      @bitonic589@bitonic5898 ай бұрын
  • Say Hello to everybody!

    @tomchannel1234@tomchannel12348 ай бұрын
  • Some of these blocks i didn't even know was a thing in scratch also sup

    @rowanriley548@rowanriley5488 ай бұрын
    • Glad it was helpful and thanks for subscribing

      @TheSTEAMist@TheSTEAMist8 ай бұрын
    • @@TheSTEAMist always have been subed

      @rowanriley548@rowanriley5488 ай бұрын
    • @@rowanriley548 :)

      @TheSTEAMist@TheSTEAMist8 ай бұрын
    • @@TheSTEAMist ;)

      @rowanriley548@rowanriley5488 ай бұрын
  • Honestly, timer is the most underrated, with mod coming in second. Timer is literally a set track, forever. You save so much work with the block. Mod is second because there's a lot more uses to this block rather than being useless.

    @Tech-Multiverse72@Tech-Multiverse726 ай бұрын
  • Days since 2000: “… I’m so underrated even you forgot about me”

    @sharkygameworld@sharkygameworld8 ай бұрын
    • I don't think it's very useful tho

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • the divide block is the MOST UNDERATED

    @hongcai2038@hongcai20388 ай бұрын
  • I just now realized I haven't made a scratch account on my newest device and I've had scratch on it for 1 year

    @DracraVR@DracraVR8 ай бұрын
  • And how can you make a Multiplayer game in scratch

    @nanaakwasiopokuaboagye6751@nanaakwasiopokuaboagye67518 ай бұрын
  • For me its the set and change variable block and the blocks related to list and the costum block, dont forget broadcast blocks

    @Cleacat@Cleacat5 ай бұрын
  • Timer is also useful to make unstoppable projects

    @mikevazovsky2532@mikevazovsky25326 ай бұрын
  • Mod(ulo) is basically division, but it outputs the remainder

    @BurrritoYT@BurrritoYT6 ай бұрын
  • Another Thing With The Say Block: Some advanced scratchers actually use it to test if a variable is showing what it is supposed to. It is even more underrated than you think.😁

    @michaelathanson5133@michaelathanson51335 ай бұрын
    • For clones, right?

      @aaronyc2011@aaronyc20115 ай бұрын
  • 0:26 Admin Block:What about me😢....

    @TienTran-rb4xg@TienTran-rb4xg3 ай бұрын
  • Um, according to my calculations, ur also underrated.

    @mgrvr@mgrvr8 ай бұрын
    • I appreciate your calculation :)

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • The timer block is using for thumbnails for scratch projects, very useful.

    @buddysproductions7802@buddysproductions78028 ай бұрын
    • I make it a different way

      @TheSTEAMist@TheSTEAMist7 ай бұрын
  • Guess who passing math class?

    @FruityFartLover@FruityFartLover8 ай бұрын
    • Not you!

      @cooperhardi4324@cooperhardi43248 ай бұрын
    • @@cooperhardi4324 I know its theSTEAMist

      @FruityFartLover@FruityFartLover8 ай бұрын
    • @@FruityFartLover same

      @GhostGTAGHunter@GhostGTAGHunter8 ай бұрын
    • Operators.

      @liamismath1@liamismath18 ай бұрын
    • @@liamismath1bruh

      @GhostGTAGHunter@GhostGTAGHunter8 ай бұрын
  • i use the timer block for fps counters

    @radicalquad@radicalquad6 ай бұрын
  • i like the divide block *smooth*

    @unboxwithyui6264@unboxwithyui6264Ай бұрын
  • So the mod block with variables is basically just " forever If then set [my variable] to 0 " correct? And the [x position] of (Sprite2) is just "forever set [XPOSITION] to (x position) "

    @TheBlockyDeer@TheBlockyDeer6 ай бұрын
  • 3 is DEFINITELY most underrated

    @andyoye9230@andyoye92306 ай бұрын
  • I'm not lying but in my opinion the mod block is WAY more underrated than any other block.

    @jemand_der_duolingo_benutzt@jemand_der_duolingo_benutzt8 ай бұрын
    • Idk, I don't see the backdrop of stage being used often and it's extremely underrated

      @TheSTEAMist@TheSTEAMist8 ай бұрын
    • @@TheSTEAMistwhen time > then 0 activates clones allowing lower scripts.

      @george8481@george84816 ай бұрын
  • I just used say blocks to debug tile position hours ago

    @Cylentr@Cylentr6 ай бұрын
  • From all the kids on youtube (including me) you are the best (and i)

    @user-lu6wb6ny2z@user-lu6wb6ny2z6 ай бұрын
  • i used block #3 (____ of _____) when i was bored and made pong at school (i think) edit: no it was when i was bored and put a snippit of a ebook on scratch

    @enderbo@enderbo6 ай бұрын
  • I think i should take of calculus, geometry and linear algebra

    @REAL_polablanks@REAL_polablanks5 ай бұрын
  • modulo is the most but one of griffpatch's favorite blocks

    @giladslonimful@giladslonimful4 ай бұрын
  • Bro's hitting puberty

    @TheSpeedstepper@TheSpeedstepper8 ай бұрын
    • 🗿

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • i think the "and" block is the most under rated

    @Moferr@Moferr7 ай бұрын
    • Of course not everyone uses and well

      @Tech-Multiverse72@Tech-Multiverse726 ай бұрын
    • i just realized that. that comment was posted 1 month ago when i just discovered it and didn't know that it was used a lot *sorry for long text lmao* @@Tech-Multiverse72

      @Moferr@Moferr5 ай бұрын
  • HUUUUHHH

    @Glaubt@Glaubt8 ай бұрын
  • The Discord Mod GIF 💀

    @NRC-MY2023@NRC-MY20238 ай бұрын
    • 💀

      @NRC-MY2023@NRC-MY20238 ай бұрын
  • Another one is the if or if else block. If the block didn't exist then I wouldnt even be using scratch.

    @idontknow73671@idontknow736715 ай бұрын
  • I didn't understand ur explenation for the mod block

    @beatertjtyplayz4712@beatertjtyplayz47128 ай бұрын
    • Basically it goes like this: variable=20 Set variable to variable mod 10 Variable=10

      @DBCSG@DBCSG8 ай бұрын
  • well i still use the say block to make H I G H C U A L I T Y A N I M A T I O N S

    @napita_cherry@napita_cherry8 ай бұрын
    • H I G H C U A L I T Y A N I M A T I O N S

      @TheSTEAMist@TheSTEAMist8 ай бұрын
    • What is H I G H C U A L I T Y A N I M A T I O N S

      @Muho_is_me@Muho_is_me6 ай бұрын
    • @@Muho_is_me my A N I M A T I O N S

      @napita_cherry@napita_cherry6 ай бұрын
  • Days since 2000: Am i a joke to you?

    @abstractxd4484@abstractxd44848 ай бұрын
    • Yes🗿

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • Timer when start flag: 0 Timer when stop sign: going to fadge it anything

    @the-protogen-of-the-sky@the-protogen-of-the-sky6 ай бұрын
  • I would want to learn how to print a cube.

    @ej_official@ej_officialАй бұрын
  • does mod work in long division edit: it does bc long division is just a method 2 solve division

    @fatehveersingh873@fatehveersingh8736 ай бұрын
  • bro, nobody uses say block for debugging, everyone uses scratch addons debugger which is so much better

    @thebiggamer1248@thebiggamer12486 ай бұрын
  • I think the most underrated one is the LOUDNESS block it can detect your mic and allows you to make sound detection games and it's so underrated you didn't even include it

    @Andymandycandy@AndymandycandyАй бұрын
  • RESET TIMER BLOCK USEFUL FOR STOP SIGN DETECTOR

    @stevetr-rblx@stevetr-rblx7 ай бұрын
  • bro, I use direction of sprite two block alot

    @dantedominicogaming327@dantedominicogaming3276 ай бұрын
  • and he did the say block dirty your just going to allow that

    @johnathan912@johnathan9128 ай бұрын
  • Well the we actually can call the mod block useless, I mean I use a lot but it's easy to make just do this : "your number" / "second number"- floor of "your number" / "second number".

    @mikevazovsky2532@mikevazovsky25326 ай бұрын
    • yeah but mod is easier

      @TheSTEAMist@TheSTEAMist6 ай бұрын
  • 1:54 I use that block all the time!

    @Boltthe410@Boltthe4106 ай бұрын
    • :)

      @TheSTEAMist@TheSTEAMist6 ай бұрын
  • the best in my opinion is the + - * / blocks

    @BFGBFW-ABC@BFGBFW-ABC8 ай бұрын
    • Are you kidding? operator blocks (+,-,* and /) are so useful! These are most useful to make 3d games, platformers, scrolling platformers etc.

      @zneadhi@zneadhi8 ай бұрын
    • @@zneadhi true man

      @BFGBFW-ABC@BFGBFW-ABC8 ай бұрын
    • @@zneadhi no operator blocks = no good projects

      @Lukex305@Lukex3058 ай бұрын
    • ​@@zneadhiyeah he literally said that

      @Ge0Mancer7@Ge0Mancer78 ай бұрын
  • tecnicaly the mod block is a combination of blocks and the thing of thing blocks isnts necicary as you can replace it with variables

    @fullestegg1112@fullestegg11126 ай бұрын
  • yeah, mod is soooo underrated.

    @miho6epicGuyGJ@miho6epicGuyGJ5 ай бұрын
  • The year block which tells time

    @Truewolfguy@Truewolfguy6 ай бұрын
  • Actually i use third block for my projects

    @MatviiSok@MatviiSok4 ай бұрын
  • I use third block a lot.

    @Sansiago@Sansiago5 ай бұрын
  • whoa, did your voice just get deeper?

    @eitanbil@eitanbil4 ай бұрын
  • Mod is so useful!!!! Tje bast block by super far!

    @timothepetitgeek665@timothepetitgeek6654 ай бұрын
  • What about the variable block?

    @insanegamer6120@insanegamer61206 ай бұрын
    • its good and its good(?), thats not underrated

      @Cylentr@Cylentr6 ай бұрын
  • third block i use constantly

    @Jeff72856@Jeff728566 ай бұрын
    • :)

      @TheSTEAMist@TheSTEAMist6 ай бұрын
    • @@TheSTEAMist :D

      @Jeff72856@Jeff728566 ай бұрын
  • 2:14 it’s not underrated, you can use lists to check their volume, x position, y position, direction, size,costume, and much more for every sprite, the mod block is not underrated but it is good, I see many games use it

    @IrishCoder@IrishCoder6 ай бұрын
  • So can you really make money in scratch

    @nanaakwasiopokuaboagye6751@nanaakwasiopokuaboagye67518 ай бұрын
    • not in Scratch, but you can upload your scratch games on other sites

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • mod is underrated

    @user-ok1oq1zr4v@user-ok1oq1zr4vАй бұрын
  • the mod block

    @gulnurzhaimuldina533@gulnurzhaimuldina5338 ай бұрын
    • yesss

      @TheSTEAMist@TheSTEAMist8 ай бұрын
  • Hide block and show block left the chat

    @PuffyAcorn8501@PuffyAcorn85016 ай бұрын
    • Bruh

      @Tech-Multiverse72@Tech-Multiverse726 ай бұрын
    • @@Tech-Multiverse72 Wdym

      @PuffyAcorn8501@PuffyAcorn85016 ай бұрын
  • mod for sure

    @StarRockz13@StarRockz136 ай бұрын
  • 2:56 wouldn’t recommend to fast thinking games

    @Jaceypoop@Jaceypoop8 ай бұрын
    • Like pong

      @Jaceypoop@Jaceypoop8 ай бұрын
  • Wait I’m not at the reply section

    @Glaubt@Glaubt8 ай бұрын
  • i use these all the time

    @GenerationGames12@GenerationGames125 ай бұрын
  • The block i think underated is the or block

    @Tonywill59@Tonywill592 ай бұрын
  • wow your voice has changed so much-

    @charmtheplush@charmtheplush6 ай бұрын
  • I always use mod block

    @wongmanwai1491@wongmanwai14918 ай бұрын
    • Nice!

      @TheSTEAMist@TheSTEAMist8 ай бұрын
KZhead