Scratch Tile Scrolling Game | World Generation - Ores, Trees, and Foliage!! (#3)

Поділитися
Вставка
  • Опубліковано 27 вер 2024

КОМЕНТАРІ • 417

  • @ShiftClickLearn
    @ShiftClickLearn  2 роки тому +26

    Thank you all for watching! Sorry this video is out late, it took a LOOOOOOOONG time to make, so I hope you enjoy!

  • @ArticSpider
    @ArticSpider 2 роки тому +11

    I like how sometimes he says " Run screen without refresh " when it is run without screen refresh

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +5

      AHhhh I still do that xD- I can't seem to break that habit LOL!

    • @mibsmartlearning9621
      @mibsmartlearning9621 Рік тому +1

      i mean it still makes sense
      because it runs the screen without refreshing

    • @Lukex305
      @Lukex305 Рік тому +1

      @@mibsmartlearning9621 it dosen't run the screen without refresh, it runs the code without refresh.

    • @alejandrobarmica
      @alejandrobarmica 9 місяців тому +1

      17:41 here

    • @ArticSpider
      @ArticSpider 8 місяців тому

      yeah lol@@mibsmartlearning9621

  • @centycebra4447
    @centycebra4447 2 роки тому +2

    an actually customisable Minecraft like game tutorial and also a few ideas from my side -
    1. add ores like copper aluminium etc.
    2. the trees have a random chance to be more wood and fewer leaves and vice versa
    3. players can use a special ore to get XP which can be used to customize their character.

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +1

      Nice ideas! You could add the aluminum the way I showed in the video! The trees currently are generating with different heights... But different leaf heights would be cool! I really like the last one! :D

    • @centycebra4447
      @centycebra4447 2 роки тому

      @@ShiftClickLearn thanks i really love the fact that we can add a new costume and easily integrate it in the game
      thanks for this one heck of a godly tutorial

  • @mr.everything3598
    @mr.everything3598 2 роки тому +4

    Hello, I really appreciate this tutorial, you are the only one who taught us with the best understanding.

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +1

      Thank you, this comment means a lot to me! :D

  • @thedudestrapped
    @thedudestrapped 2 роки тому +12

    I encountered another problem. At the beginning, when it has “worldhight - Grnorationbedrockthickness” and then I add the “plus air amount”, my bedrock gets all scuffed and gos to the top of the world.

    • @Iliterallyhave0life
      @Iliterallyhave0life 2 роки тому

      Worldheight - (generationbedrockthickness + air amount )

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +3

      Huh, did you add TOO much air? If the air amount is larger than the world height, it will probably break.

    • @itscooler_
      @itscooler_ 2 роки тому +2

      Same :( Can you help I also added the part where it removes 1 air if the air is > than 20. pls help

    • @masterwaregaming489
      @masterwaregaming489 Рік тому +1

      I had the same problem but i found what i did wrong at the very bottom of the generation script the repeat _generationAirAmount has to be inside the repeat world width.

    • @Sp24773
      @Sp24773 Рік тому +1

      Same😢

  • @robloxolive3261
    @robloxolive3261 2 роки тому +3

    This series is amazing! But I have an idea, you should add vines that hang down some trees just like Minecraft, i think it would be cool!

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +1

      Thanks! That would be something really cool to add! You could add that in your project.

    • @ChickenGamingFlamingoLegs
      @ChickenGamingFlamingoLegs 2 роки тому

      @@ShiftClickLearn what if he doesn’t know how to do that

  • @Rory432
    @Rory432 2 роки тому +3

    Oh, it’s a long one!

  • @omersahinakcicek01
    @omersahinakcicek01 2 роки тому +1

    I watched this tutorial and I added 5 ore to my game. Thanks for tutorial SCL :D

  • @ericeddie8656
    @ericeddie8656 2 роки тому +3

    Yes! It's finally out!

  • @griffinbrooks6748
    @griffinbrooks6748 2 роки тому +2

    At the end, if you were wondering why the loading screen didn't fade out, its because the broadcast gen level and wait was waiting for the header blocks to finish before running hide. and inside of your when i receive gen level, you had a forever loop.

  • @Coreupt7118
    @Coreupt7118 11 місяців тому +1

    Why is it that the code from the last episode didn't work until I added the air generation stuff?

  • @Proto23115
    @Proto23115 2 роки тому +5

    Yes a new tutorial!!

  • @-_.Vel0c1ty._-
    @-_.Vel0c1ty._- 2 роки тому +2

    i have a problem. when I added the air the air turned into bedrock instead of air and also sometimes when i click the green flag none of the bedrock is there.

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Hmm, did you copy the ID system correctly? Also, do your IDs line up with mine. (1 = air, 2 = bedrock, 3 = stone, etc.)

  • @ColdBlaze_lol
    @ColdBlaze_lol 2 роки тому +4

    A new tutorial!

  • @rosacarchi267
    @rosacarchi267 2 роки тому +1

    why does random clipping dirt show up in random places and why it goes off screen it just goes away??
    and when you go down and up again they show up?

  • @flaskk2129
    @flaskk2129 2 роки тому +2

    Great tutorial but i have a problem. When i try to add the air the exact same way you did, the air doesn’t spawn :(

  • @amiasmiljour1190
    @amiasmiljour1190 2 роки тому +2

    I was waiting for this.

  • @nathangamingytm7124
    @nathangamingytm7124 9 місяців тому +1

    I don't know why but bedrock keeps spawning in dtone and i can see tha air block and the dirt on top of the grass

  • @Average_Bottle
    @Average_Bottle Рік тому +1

    I have encountered loading problem. the ores dont even load!

  • @levinteziryayo2576
    @levinteziryayo2576 2 роки тому +1

    i have a problem, when i take the custom blocks of my air, bedrock and stonelayer generation they do not load that smothly :(

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Hmm, did you make sure the correct blocks are run screen without refresh?

    • @levinteziryayo2576
      @levinteziryayo2576 4 місяці тому

      @@ShiftClickLearn yes i have...(also it was like a year ago but im still having the same problems)

  • @waleedalshammari8920
    @waleedalshammari8920 2 роки тому +2

    Why do your variables start with an underscore “_” ?

    • @Yxl4tz
      @Yxl4tz 2 роки тому +3

      I think its mean to tell the difference between whats 'for this sprite only' and 'for all sprites'

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +1

      Yup, I start "for this sprite only" variables with "_" in camel case, and "for all sprites" in pascal case!

  • @Sei163s
    @Sei163s Рік тому +1

    Hey ShiftClickLearn, when bedrock is generated in the world it is not at the very bottom and mixed with air at a height of scrolllY 5000 - 7000, can you help?

  • @Hangerwelp
    @Hangerwelp Рік тому

    the log stumps wont spawn but air will even before i added the code can you please help?

  • @N3wbieIsReal
    @N3wbieIsReal 6 місяців тому

    Do you know how to make a seed generator? Like at the start of the world if you make a random world it will generate a seed for that world that you can enter at the start

  • @austencope
    @austencope 2 роки тому +4

    Awesome content! Loving it 💙💙 This is very helpfull! Keep it up!

  • @randy054
    @randy054 2 роки тому +1

    14:22 my time stamp

  • @simonunger1133
    @simonunger1133 2 роки тому +2

    Nice again a Epic Episode

  • @verglas_hydra
    @verglas_hydra 2 роки тому +2

    Bro your insane like howwww

  • @starburst3758
    @starburst3758 2 роки тому +1

    For some reason, If you subtract ground foliage from the rest. It makes a gigantic mountain that goes through bedrock

  • @CryptoRaiderGaming
    @CryptoRaiderGaming Рік тому

    So i have this variable called "World Size" and I use it to multiply the world height and widths. except whenever its not a while number it breaks. so 2 works but not 1.5

  • @sakkalwin4932
    @sakkalwin4932 2 роки тому +1

    hey, i have a problem. i cannot move the camera when i put the set scrollX d-a times 25 same as scroll y. And when i put them in the camera movement block my movement is gone since ep2, but i kept on following you up to this ep. Another problem in the "repeat worldheightgenerationbedrockthickness add 3 to tilegrid"' it makes all the stone blocks become bedrock. Another problem is that it doesn't change the costume for the costume scripts. i dont see any dirt just torches, and there are no ore veins i only see is stone.

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      The tile costume issue may be from an error with the ID system. It's really easy to break if you just put ONE wrong variable, so maybe try to re-watch the second episode to compare the code.
      For the Camera issue, the only thing I can think of is if your code has an issue in this part ua-cam.com/video/FB8P7J0pWeE/v-deo.html. Other than that, It's really hard to figure out what's wrong without seeing your code! :]

  • @yosephdawson7045
    @yosephdawson7045 2 роки тому +1

    19:16 SAVE MY TIME

  • @coolcoder4249
    @coolcoder4249 2 роки тому +2

    hello I like your tutorials

  • @vijaikumarn8623
    @vijaikumarn8623 2 роки тому +2

    I like variables

  • @kumarfarmeroffdays
    @kumarfarmeroffdays 2 роки тому +2

    do you sell games of yours?

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      No. I'm pretty sure you're not allowed to sell Scratch games. (I don't know for sure, so don't quote me on it.)

  • @isbaboon1
    @isbaboon1 Рік тому

    how do i check if a tile is on left or right, i am working on an tile arranging system

  • @lightningakram3664
    @lightningakram3664 2 роки тому +2

    thanks for the episode it was soooo helpful

  • @Krakyy
    @Krakyy 2 роки тому +1

    i was watchign one of your old videos and wow your voice changed really lol

  • @mikeythestickman7829
    @mikeythestickman7829 2 роки тому +1

    I KNEW THERE WAS GONNA BE SOMETHIN LIKE THIS
    Edit: of coarse there will be one of this im dum i only saw episode 2

  • @Sail0w
    @Sail0w 2 роки тому +1

    Reply to ShiftClickLearn when I go to the top of the world it makes the the scroll Y 7982 and the Y stuck at 38.This shows bedrock layer. The scroll X works like normal. Thanks for trying to help me :)

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Did you copy the bedrock generation code correctly? If not, it could maybe spawn at the top of the world.

    • @Sail0w
      @Sail0w 2 роки тому

      @@ShiftClickLearn Thank You i fixed the problem :)

  • @danielfeng3991
    @danielfeng3991 2 роки тому +1

    That's actually negative one billion!!! :0

  • @itscooler_
    @itscooler_ 2 роки тому +1

    Hey for me instead of air bedrock is showing on top of the world

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Did you add the wrong ID for the air generation?

  • @nanPichi
    @nanPichi 2 роки тому +1

    I've reach the part of the Generation Ore Features and I have a problem.
    The tile index just keeps adding! It gets to millions and lags the game
    EDIT: nvm i copied a script with the wrong variable lol

  • @luckyacid2049
    @luckyacid2049 Рік тому

    The loading screen in super smooth

  • @kayemm0975
    @kayemm0975 Рік тому

    4:44 just saving my place 🦧

  • @TheBadGamer2-
    @TheBadGamer2- 2 роки тому +2

    i think you might stand a chance against griffpatch in a code- off

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +2

      Thank you! I'm pretty sure griffpatch would win lol.

    • @TheBadGamer2-
      @TheBadGamer2- 2 роки тому

      @@ShiftClickLearn you hot a chance

  • @DryCat141
    @DryCat141 9 місяців тому

    i know i’m a little late but the trees don’t load for me idk what i did

  • @TirzaBoi
    @TirzaBoi 2 роки тому +1

    How could i make the left and right edges of the generated area like bedrock, but sideways(like world border but its 1-2 blocks off for every block). Would be helpful im making a survival island game.

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      That would be! You'd need to repeat the world height, add bedrock ID, repeat world height - 1 and add bedrock for the top, then repeat world width - 1 and add bedrock for the right side.

    • @TirzaBoi
      @TirzaBoi 2 роки тому

      @@ShiftClickLearn thx!

  • @OreoGamezYT
    @OreoGamezYT 2 роки тому +3

    DUDE THE INTRO SHOWS A VIDEO WITH 153 LIKES AND I JUST MADE THIS VIDEO HAVE 154 LIKE HE DID

  • @souvikparua7785
    @souvikparua7785 Рік тому +2

    bro i think u should add dimond just like minecraft

  • @Chaobai
    @Chaobai Рік тому

    the block is the world record holder for the most longest block

  • @ThatCrownedKing
    @ThatCrownedKing 2 роки тому +1

    Oh yes!!!! So worth the time!

  • @Sickhafen24
    @Sickhafen24 2 роки тому +2

    When is the next video coming?

  • @Adami1123
    @Adami1123 2 роки тому +1

    Why is my game running so slowly? and the ores doensent want to spawn? Can someone help me?

  • @zimph2
    @zimph2 Рік тому

    Hey Owen! Could you tell me how to fix this bug where the sky doesnt spawn but random bedrock and blue blocks spawn everywhere? Thanks

  • @The-Cheph
    @The-Cheph Рік тому

    my grass and dirt gets stuck at the top of the screen with the air below it

  • @Henry_Crazy69420
    @Henry_Crazy69420 2 роки тому +1

    1 min in you sayed thats minecraft goodbye i sayed THE VIDEO WAS THAT FAST!!!

  • @itswonderdragon2372
    @itswonderdragon2372 2 роки тому +1

    Ignore this, just a timestamp
    2:53 8:50

  • @elardyan
    @elardyan 2 роки тому +2

    Hey bro, can you make a video about how to make a really really good text generator like the text generator in the boomerang kid game? This one is really hard. I've tried so many times but it's still confused me. I think, i need your help 🙏🏻🙏🏻

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +1

      Hey, I actually have that in my todo list of videos to make! Thanks for the idea!! :D

    • @elardyan
      @elardyan 2 роки тому

      Thank's man. I appreciate it😄

    • @mightyjb3
      @mightyjb3 2 роки тому +1

      I was able to make a fully working text engine all by myself somehow. That was like a week or two ago.

  • @scratchtools
    @scratchtools 2 роки тому +2

    wow!!! thank u so much!!

  • @kayrayaynda9144
    @kayrayaynda9144 2 роки тому +1

    please make another part!
    Thats so good

  • @GleamVZ2
    @GleamVZ2 2 роки тому +2

    yay thanks

  • @SwordEliteAnimations
    @SwordEliteAnimations Рік тому

    Hmm, I seem to have an issue with the bedrock generation at the beginning. Instead of creating 1 or 2 tiles worth of blocks at the bottom, they are scattered diagonally. Do you know what went wrong?

    • @blicear_
      @blicear_ Рік тому

      You forgot to add in the varibles if you have generation varibles place then minus the world hight with the varibles in the generate stone layer
      -------------
      Define generatestonelayer
      Repeat world hight - generate varibles
      _____________
      Other than that the generate bedrock goes generated before everything. If you put the generate bedrock the last thing to generate, ill generate on the top of the world. So you want the deepest go first then make the last go last hope this helps

  • @AlienDeveloperYT
    @AlienDeveloperYT 2 роки тому +1

    When my scroll y is equal to 3820 it teleports to 7800, how can I fix this

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Is the camera bound if statement algorithm the same algorithm you set the new scroll y to?

  • @ryanit11
    @ryanit11 Рік тому

    If anyone says this do you know how to generate caves because i have spent hours and i dont know how to generate them

  • @mattisgraef3687
    @mattisgraef3687 Рік тому

    Why does it place badrock instead of air

  • @ThatCrownedKing
    @ThatCrownedKing 2 роки тому +1

    Why do you have to add the word "Generate" into the ore names in the custom blocks?

    • @AloptomovaRBLX
      @AloptomovaRBLX 2 роки тому +1

      it's just to specifiy it

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Because those aren't the actually ore tiles, they're JUST there for the world generation. Once the base world gen is done, the system loops through the world and looks for those generate ore blocks, then if it finds one, it will generate the "real" ore chunk! :D

  • @ullton8926
    @ullton8926 2 роки тому +1

    Im Working On A Game Called Mini Mine And Im Planning To Add A Hell Layer!

  • @EnderElias17
    @EnderElias17 Рік тому +1

    Nice job

  • @yosephdawson7045
    @yosephdawson7045 2 роки тому +2

    20:52

  • @TRFWINGS
    @TRFWINGS Рік тому

    Such a Good Scratch Tutorial!!!!

  • @giantjustice7757
    @giantjustice7757 2 роки тому +2

    yes

  • @probloxpurple
    @probloxpurple 2 роки тому

    ok PLEASE help
    at the dirt generation part
    my bedrock goes diagonal
    and
    theres air
    its kinda hard to explain
    but its broken..

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Did you make the world too small? If the world isn't high enough, it will break!

    • @probloxpurple
      @probloxpurple 2 роки тому

      @@ShiftClickLearn how high is it supposed to be, because I am pretty sure it is the same as yours

    • @probloxpurple
      @probloxpurple 2 роки тому

      @@ShiftClickLearn btw the WorldHeight variable is set to 200 at start where its like:
      when green clicked
      show
      set WorldWidth to 100
      set WorldHeight to 200
      GenerateCloneGrid
      CreateListGrid
      hide
      forever
      change ScrollX by all that
      change ScrollY by all that other stuff

  • @yosephdawson7045
    @yosephdawson7045 2 роки тому +1

    WHY DOES MY LOADER CAP AT 99 IS THIS A PROBLEM PLS HELP ME

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Did you do greater than 98 or something?

    • @yosephdawson7045
      @yosephdawson7045 2 роки тому

      i did wait until loading percent was above 99 but if i do that it just gets stuck on the loading screen

  • @eggseatpegs
    @eggseatpegs 2 роки тому +2

    pls help my trees spawn at bottom of world

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +1

      Are you sure you put the tree code AFTER the stone / dirt?

    • @eggseatpegs
      @eggseatpegs 2 роки тому +1

      @@ShiftClickLearn now its fixed!!!!!!!! tysm!
      Edit: i just saw that some leaves on the left spaawn underground but now ive fixed it

  • @TheMasterAtNothing
    @TheMasterAtNothing 2 роки тому +1

    When doing the air generation, i did what you said then it started looping everywhere i went.

  • @justwhytho_omg
    @justwhytho_omg 2 роки тому +1

    Hi, for some reason, when i try to generate air, it just generates stone. Ive checked the list, and it shows that air is beng placed, its just being replaced by stone, and i dont know why. Are u able to help? Thanks.

    • @StayInNeverland1
      @StayInNeverland1 2 роки тому

      In the costumes, is the number for stone”2”
      That should be for air

    • @justwhytho_omg
      @justwhytho_omg 2 роки тому

      @@StayInNeverland1 the number for stone is 3, the number for bedrock is 2 and the number for air is 1

    • @StayInNeverland1
      @StayInNeverland1 2 роки тому

      @@justwhytho_omg sorry , my bad...You can also check if anywhere you are replacing the item "TileListID"(for air) of Tile grid with The TileListID(for stone)

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Is your air costume named "1"? That's the ID of air I show in the video.

    • @justwhytho_omg
      @justwhytho_omg 2 роки тому

      @@ShiftClickLearn yes, it is, so im clueless

  • @kugenthiradassivapragasam4884

    Uh I only got Coal and the Ladder (Test). Can You PLEASE Help me!

  • @Footballhistorymerchant
    @Footballhistorymerchant 2 роки тому +1

    I founded an error, in GenerateTree Block, when i start the gme, it doesn't appear any tree. If someone can help me, i will be very grateful

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Hmm did you run the GenerateTree custom block after the world generation?

  • @mathildawaw
    @mathildawaw 7 місяців тому

    Why does my tree doesn't generate

  • @HammouaI0I0I0
    @HammouaI0I0I0 2 роки тому +1

    I encountered A problem. My Blocks Are All Scuffed And The Dirt Was Down The World 7:04

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Did you copy the air generation correctly? If something is wrong in there, the world can get really messed up.

    • @HammouaI0I0I0
      @HammouaI0I0I0 2 роки тому

      @@ShiftClickLearn Fixed It

  • @CrystalKyryn
    @CrystalKyryn 2 роки тому +1

    i cant wait for next episode, i guarentee it will be better than this video

  • @melanievazquez2712
    @melanievazquez2712 2 роки тому +1

    it has SO much lag,,, How do i fix??

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Huh, did you make a random custom block run without screen refresh on accident?

  • @AVeryRandomDude
    @AVeryRandomDude 2 роки тому +1

    30:40 Mine works, HOW?! Oh, I have a simple fix. Instead of using the when I receive GenerateWorld in the loading screen, we can use when flag clicked!

  • @LovelyC4t11Lmao
    @LovelyC4t11Lmao Рік тому

    My project froze when i try to place a block

  • @TIG.cvujhjuhgghgh
    @TIG.cvujhjuhgghgh Рік тому

    what is foliage?

  • @michellemoore7150
    @michellemoore7150 2 роки тому +1

    we made minecraft yay

  • @YeetPlayz-lr7zt
    @YeetPlayz-lr7zt 3 місяці тому

    My air is not airing(generating)

  • @-origamifigures-4229
    @-origamifigures-4229 Рік тому

    For some reason, my trees won't spawn. Do you have any ideas?

  • @calinetz7602
    @calinetz7602 2 роки тому +2

    23:25

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому +1

      timestamp?

    • @calinetz7602
      @calinetz7602 2 роки тому +1

      @@ShiftClickLearn bc i stoped and the rested
      could you do an notehr episode i love wahtichng you and learn

  • @hajaraswad3224
    @hajaraswad3224 9 місяців тому

    Awesome!

  • @tvtrexrexbean2094
    @tvtrexrexbean2094 Рік тому +1

    yay i beat the youtube algrithem or what ever

    • @ShiftClickLearn
      @ShiftClickLearn  Рік тому +1

      lol

    • @tvtrexrexbean2094
      @tvtrexrexbean2094 Рік тому

      @@ShiftClickLearn Thank yo so much for the tutorial. you were litarly the only one i found for the tile game.

  • @mcmuffinsandwich1607
    @mcmuffinsandwich1607 2 роки тому +1

    At 28:14 the loading% only went to 99

  • @vijaikumarn8623
    @vijaikumarn8623 2 роки тому +1

    Where is buyer and seller

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      I haven't added the NPC yet!

    • @vijaikumarn8623
      @vijaikumarn8623 2 роки тому

      @@ShiftClickLearn bro then make another one tutorial i maked like that but not working

  • @falak_Ahmed
    @falak_Ahmed 2 роки тому +1

    Can you make a donut spinning game

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      What do you do in a donut spinning game?

    • @falak_Ahmed
      @falak_Ahmed 2 роки тому +1

      @@ShiftClickLearn like a donut spinning on a table and obstacles more and more

  • @robloxolive3261
    @robloxolive3261 2 роки тому +1

    I dare you to make this a 3d game lol! (Bet you won’t)

  • @programwithag1693
    @programwithag1693 2 роки тому

    Hi Owen, I'm stuck on a bug with The _CurrentGenY Var. The only ore that spawns is coal, cause it can spawn any where!
    you wrote for the ores "If _CurrentGenY < 100 and Pick random 1 - 80 = 1" But _CurrentGenY is 20000!

  • @AVeryRandomDude
    @AVeryRandomDude 2 роки тому +1

    HOW IS YOUR SKY SO SHORT? MINE IS TOO HIGH!

    • @ShiftClickLearn
      @ShiftClickLearn  2 роки тому

      Try reducing the air amount!

    • @AVeryRandomDude
      @AVeryRandomDude 2 роки тому

      @@ShiftClickLearn I put the same input of yours

    • @AVeryRandomDude
      @AVeryRandomDude 2 роки тому

      @@ShiftClickLearn I tried, but it end up not like what I like

  • @AVeryRandomDude
    @AVeryRandomDude 2 роки тому +2

    HI LOOOOOOOOOOONG GUY

  • @expograsp_s
    @expograsp_s Рік тому

    yo why i cant do the sky?