Roblox Loops Explained As If You Were 5

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

Комментарии • 72

  • @byteblox100
    @byteblox100  6 месяцев назад +5

    free preview of the course
    www.udemy.com/course/byteblox-expert/?referralCode=B83EFB1A86A5C3D5F206

  • @charlie_ck
    @charlie_ck 6 месяцев назад +13

    The reason why it did not loop through the dictionary in the "correct" order is because dictionaries are not ordered since they are indexed with their keys so they don't need to be ordered, but tables are still always looped through in the correct order.

  • @UnusedHandle
    @UnusedHandle 6 месяцев назад +29

    can you explain it in fortnite terms

    • @MrMcCorkerMann
      @MrMcCorkerMann 2 месяца назад +15

      So the video creator explained in a previous nick eh 30 video how to crank 90s for a certain amount of time without stopping. But one person was a bit of a default and couldn't figure out how to continuously crank 90s without accidently boxing himself like a fishy. So the video creator made a new nick eh 30 video on how to crank 90s forever but this time he explained it in a way that even defaults can understand. (I believe it was Albert Einstein who said time is irrelevant, so no I am not sorry for responding 4 months late in the middle of the night)

    • @GDX0702
      @GDX0702 Месяц назад +5

      ​@@MrMcCorkerMannbro literally describes it, i aint gonna complain, this shit's funny as fuck

  • @imooxo5013
    @imooxo5013 5 месяцев назад +4

    I’m learning how to read and write in Java and testing it on Lua and honestly just started working with looping and honestly this is a very useful video!!! Thankyou as I’m currently working on making a auto health regen pad so when a player touches part and needed to understand loop functions for this and video has helped me achieve this Thankyou!!! Only thing I think you should of included was “breaks” as they can be useful when working with loops ❤

  • @EvanFar_
    @EvanFar_ 6 месяцев назад +12

    legend has it byte can explain anything in anime terms

  • @fleggy5050
    @fleggy5050 6 месяцев назад +7

    One more thing I see in for loops often is "pairs" and "ipairs". I've been struggling with for loops for whatever reason even tho they are pretty simple and this video was perfect for me but I still dont understand those two.

    • @byteblox100
      @byteblox100  6 месяцев назад +1

      They’re outdated, don’t use them

    • @Phoenix-ox8cz
      @Phoenix-ox8cz 6 месяцев назад

      pairs are for dictionaries and ipairs are for arrays, but you don’t need to use them cause you can just loop through both of them without pairs or ipairs.

    • @Ako_Shiba
      @Ako_Shiba 6 месяцев назад +1

      ​@@Phoenix-ox8czwhat should I be using instead of for i,v in pairs() loops?

    • @WinterStormMeow
      @WinterStormMeow 6 месяцев назад

      ipairs is if your table looks like {‘A’, ‘B’, ‘C’}
      pairs is if your table looks like {A = 1, B = 2, C = 3}

    • @fleggy5050
      @fleggy5050 6 месяцев назад +1

      Wait so it was used to differentiate between arrays and dictionaries but it's just not necessary anymore?

  • @somenerd8139
    @somenerd8139 6 месяцев назад +13

    Honestly, I think you needed a script for this one. It's hard to explain a more basic concept off the top of your head, and I feel like you didn't explain clearly or well enough. No offense to you though, it's not easy to do.

  • @andreyromashchenko8967
    @andreyromashchenko8967 20 дней назад

    Being as stupid as i am, i will just have to think of it as: “i” will numerize, “v” will recognize. But what are loops good for aside from giving a number of things you have in your table, and the names of those things?

  • @Rad1ation
    @Rad1ation 28 дней назад +1

    Tbh for loops in python is so different.

  • @vrfrenzy8451
    @vrfrenzy8451 6 месяцев назад

    thanks, for loops there is one random part to it that my brain couldn't wrap around till this

  • @gointorealheaven-jj5od
    @gointorealheaven-jj5od 6 месяцев назад

    Dude, this is AWESOME for making a game.
    Thanks thou

  • @theaveragefryingpan-od8mg
    @theaveragefryingpan-od8mg 6 месяцев назад

    thank you so much for this :D

  • @AmAntKing
    @AmAntKing 6 месяцев назад +1

    Could you explain the touch function, and how to make them work with clones of an object?

    • @byteblox100
      @byteblox100  6 месяцев назад

      local newPart = part:Clone()
      newPart.Touched:Connect(function())

    • @AmAntKing
      @AmAntKing 6 месяцев назад

      @@byteblox100 Ty

  • @TotallyNotFlad
    @TotallyNotFlad Месяц назад +1

    can you explain it in brainrot terms?

  • @One.Only223
    @One.Only223 Месяц назад

    So do I use this to call out variable in my work easier like is there a way to say if this happens then print whatever is in key 2 I just don’t understand what to use it for really

  • @JustA1ex2465
    @JustA1ex2465 3 месяца назад +1

    guys I think this might be a JOJO reference 🤯

  • @LoganLatios
    @LoganLatios 6 месяцев назад +2

    "explaining roblox loops in anime turms"
    kore ga *requiem* da.

  • @Spaghettiman26354
    @Spaghettiman26354 6 месяцев назад

    Imma watch this tomorrow cuz i'll go to sleep in a bit

  • @Griffin_545
    @Griffin_545 6 месяцев назад

    my brain is still trying to process this but i kinda understand it more

  • @adimemo2134
    @adimemo2134 6 месяцев назад +2

    wow legendary. BUT REMEMBER! YOU SHOULD LOOP WITH FUNCTIONS. MAKE A FUNCTION AND CALL THAT FUNCTION INSIDE OF IT TO CREATE A LOOP! Its a ton better than the normal "While" or "For" loop since its faster. There is a video proving it (the video: ruclips.net/video/hOdxbcfqLEc/видео.htmlsi=CX7yoeJOPifoQAeQ )

    • @patata8457
      @patata8457 6 месяцев назад

      ??

    • @fleggy5050
      @fleggy5050 6 месяцев назад

      Doesnt that just make it run forever therefore crashing roblox? Is this a troll comment lol?

    • @sed7890
      @sed7890 6 месяцев назад +1

      recursion takes more stuff to write, would be just quicker to write a for or while loop.

    • @somenerd8139
      @somenerd8139 6 месяцев назад +4

      dude, no one gives a shit about these incredibly small micro-optimizations. The performance will not change nearly enough for it to be worth writing all that extra shit.

    • @aoqia
      @aoqia 6 месяцев назад

      @@sed7890 this

  • @dylan2-ud9yd
    @dylan2-ud9yd 6 месяцев назад +1

    Explain velocity in black people terms

  • @victorien3704
    @victorien3704 6 месяцев назад +2

    The amount of people who don't know how to use a for loop is concerning.
    I think a mistake most new roblox scripters do is try to learn base concepts of programming through a complex langauge like LUA. Instead what you should do is learn the base concepts of programming through any video series on youtube and then learn LUA once you've trained on them. There is a semi-programming langauge called "Pseudocode", it helped me learn how programming actually works, but you can learn through other langauges like python that have a lot of good explination videos. I didn't understand ANY roblox scripting tutorials ever, until i started my computer science class and actually learned how programming works and the fundementals like hexadecimal and binary, character codes, etc. the problem is there isn't much good videos explaining LUA as if you're new to programming, instead they try to teach you how to make a game work instead of actually learning, which is a huge problem, especially if you want to get better at programming later on.

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

      what worked for me is brute forcing learning lua as then your brain is more accustomed to the language through so much trial and error

  • @riffler9929
    @riffler9929 Месяц назад +1

    As a 5 year old i didn't understand anything

    • @SPYARMYFFFF
      @SPYARMYFFFF Месяц назад

      As 9 year old I understand

  • @pryvexx
    @pryvexx 5 месяцев назад

    How would I break a for i loop if the function is called again? Right now it just does 2 for i loops at the same time conflicting each other.

  • @gggthereal
    @gggthereal 6 месяцев назад

    Can you make a tutorial on marketplace service

  • @zubeyraden4975
    @zubeyraden4975 6 месяцев назад

    while loops next!

  • @froxdoggaming3385
    @froxdoggaming3385 6 месяцев назад

    I had no idea this was even called a "for loop" before this video. I have no fucking idea what it means. i keep seeing this in scripts like "for i = v do" or whatever. WHAT IS I AND V???? WHY DOES I = V AND WHAT DO THEY DO FOR??? AND WHY ARE THEY IN PAIRS????? All i knew was that it had to do with tables and randomization...

  • @whatsaname2usern
    @whatsaname2usern 3 дня назад

    now do lua!!

  • @CornfloweRR
    @CornfloweRR 6 месяцев назад

    Uh i was here to see u going full on anime terms...

  • @Fishion.
    @Fishion. 6 месяцев назад

    What about "in pairs" and "in ipairs"???

    • @byteblox100
      @byteblox100  6 месяцев назад

      Outdated

    • @Nesquick5678
      @Nesquick5678 5 месяцев назад

      @@byteblox100 so these things are just useless? i've used them all the time lol

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

      @@Nesquick5678 outdated ~= useless.

  • @rxdact
    @rxdact 6 месяцев назад

    I LOVE BYTEBLOX 💯

  • @Alleysss
    @Alleysss 6 месяцев назад +2

    jojo reference >:)

    • @ARTURMep
      @ARTURMep 6 месяцев назад +1

      Yes. I am

  • @mrz3134
    @mrz3134 6 месяцев назад

    your the youtuber i eat my food to

  • @_klaxon
    @_klaxon 6 месяцев назад

    cool

  • @1Name8R
    @1Name8R 6 месяцев назад

    Hey Bro i need help with practicing i can't even make an obby even though i learned all the basics.

    • @byteblox100
      @byteblox100  6 месяцев назад

      Look out for the next vid :)

    • @1Name8R
      @1Name8R 6 месяцев назад

      ALR!!!@@byteblox100

  • @Daisukiii
    @Daisukiii 6 месяцев назад

    Omg not the anime terms 😭

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

    TYSM I LOVE YOU AWAAAWAAWAAWAWWAWAAWAWAWWAWAWAWAWAWWAWAWAWAWEAWAQWAWWAWA

  • @danzstuff
    @danzstuff 6 месяцев назад

    Explain it in miencraft terms

    • @1x1x1LegoPiece
      @1x1x1LegoPiece 11 дней назад +1

      so basically its like the infinite redstone loop when you quickly place and break a redstone torch, but you can modify it to run as many times as you want instead of forever

    • @1x1x1LegoPiece
      @1x1x1LegoPiece 11 дней назад +1

      and you can also make it run as many as amount of items in a chest

  • @mini_thing
    @mini_thing 6 месяцев назад

    Waow 1 minute ago

  • @hecker.14yrold
    @hecker.14yrold 6 месяцев назад

    a

  • @lorenplays3548
    @lorenplays3548 6 месяцев назад

    BEFORE 10 MINS!

  • @eycho8099
    @eycho8099 6 месяцев назад

    @1DiamondKing he did it