How to Make EASY Color Code in Piggy Build Mode...

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

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

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

    people can just guess the code and beat my map effortlessly

    • @5oda_something
      @5oda_something 3 дня назад

      Make a 16 buttons code. No one’s gonna guess it then because there’ll be 60,000 different possible combinations.

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

    I needed this for my chapter 4

  • @Srgeorge_.
    @Srgeorge_. 5 месяцев назад +1

    Thanks very much, new Subscribe🤩

  • @laurachamberlain3355
    @laurachamberlain3355 4 месяца назад +2

    I know the secret fix so basically link the thing that's linked to the door(I forgot what it was) toa 1 second timer instead of that gate make sure the timer is NOT resets when unpowered and then you don't need to make a barrier because its impossible to turn off now even if you messed up the code it's not gonna turn off

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

      I believe that works! I used a different method, however.

  • @swagman_real
    @swagman_real 8 месяцев назад +2

    how do you tell what order the powered ones behind puzzles are

    • @Rubix_Droid
      @Rubix_Droid  8 месяцев назад

      I'm not quite sure I understand the question. You don't need to enter the code in any order, if that's what you're asking. This means it doesn't matter which puzzle you do first, as long as you get the code in the end.

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

    how do i fix so if people troll and keep messing up the level when the door is open they just keep closing it

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

      Like I explained in the video, you can use Powered Blocks to cover the levers once the door has opened.

  • @Unknown_Mickey
    @Unknown_Mickey 9 месяцев назад +1

    But they can guess the code and beat the map with no effort
    So the control room thing will open if you discover all the colors or discover all the colors 1st and put in the code which will open the door if you skip getting all the colors it won't open cuz of AND GATE & touch block to find the code thing

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

      I did mention in the video that if you want to prevent people from guessing the code, create a linked event (which must be activated to discover a color) and link it to the final AND gate. Sorry if I didn't make it clear enough!
      Your method would definitely work too, though!

    • @Unknown_Mickey
      @Unknown_Mickey 9 месяцев назад +1

      ​@@Rubix_DroidAnd this is a better tutorial than Minion (I forgot his name) cuz its simple and its a randomize code

    • @5oda_something
      @5oda_something 3 дня назад

      @@Unknown_Mickeyyou can make a 16 buttons code and then no one can guess it because there are 60,000 possibilities XD

  • @Davi221-oficial
    @Davi221-oficial 7 месяцев назад +1

    Wow that's cool

  • @NoahIbrahim-u6u
    @NoahIbrahim-u6u 8 месяцев назад +2

    Thank you for the tutorial this was possible with this video thank you

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

    I think i made a mistake where the powered block is already on

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

      Did you link the NOT gates correctly? If that's not the case, then I'm not sure what the problem is. Maybe if you can explain in more detail, I'll be able to help.

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

      @@Rubix_Droid Ok but how do i make the floor not glitching when stacking?

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

      There's a trick you can use called "offsets". Try looking up a Piggy Build Mode offsets tutorial for an explanation on how to do it.

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

      @@Rubix_Droid Oh. Thank you so much dude

  • @WhimsicalIllustrationsMusic
    @WhimsicalIllustrationsMusic 5 месяцев назад +1

    how would i make it so that only 2 of them are correct instead of 3

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

      Change the values of the randomiser: if you have 4 levers, then make sure the Min and Max of the randomiser are both 2.

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

      @@Rubix_Droid tysm!

  • @thecrown9838
    @thecrown9838 5 месяцев назад +1

    how do you make that minecart thingy

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

      I'll make a tutorial for that. After all, I haven't posted IN MONTHS.

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

      @@Rubix_Droid ty

  • @JaoUnUGameplays
    @JaoUnUGameplays 9 месяцев назад +3

    how can you do it without being random?

    • @Rubix_Droid
      @Rubix_Droid  9 месяцев назад +1

      Instead of a random selector, link the touch trigger to the link hub you DON'T want to be a part of the code.
      For example, if I had the colors RED, GREEN, BLUE, YELLOW and I wanted the code to be RED, BLUE, YELLOW, then I would link the touch trigger to the GREEN link hub as it is not part of the code.

    • @JaoUnUGameplays
      @JaoUnUGameplays 9 месяцев назад +1

      @@Rubix_Droid thanks!!!!

  • @Gery_444
    @Gery_444 8 месяцев назад +1

    Yo it's me nedqk

  • @camilovalbuena4895
    @camilovalbuena4895 7 месяцев назад +1

    One question, is it possible that the code changes each round but also has an order at the same time, I mean, for example, red and blue colors, but is the blue and red order possible?

    • @Rubix_Droid
      @Rubix_Droid  7 месяцев назад +1

      If you use my tutorial, it doesn't matter which order you enter the colors in. This means the code "red and blue" is the same as "blue and red".
      It is possible to make it have an order, but it won't work with the system I made in this video.
      If you want, I could make a video showing you how to.
      (I haven't posted a video in a while partly because I don't know what the video will be about.)

    • @camilovalbuena4895
      @camilovalbuena4895 7 месяцев назад +1

      @@Rubix_Droid Yes please, I would appreciate it very much because I need it and thank you for answering me and new your subscriber

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

    Hi Rubix

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

    I tried using this code and it is not working

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

      You must have linked something incorrectly. Maybe rebuild it and follow the tutorial very closely, or perhaps explain the problem in more detail if you don't want to restart.

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

      Ok

  • @Gggaming982
    @Gggaming982 9 месяцев назад +1

    Hi so thanks for tutorial