Memory Circuits! (Scrap Mechanic Logic Tutorials #02)

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025
  • เกม

ความคิดเห็น • 184

  • @nicholasrohde771
    @nicholasrohde771 7 ปีที่แล้ว +25

    I built a 10-second countdown timer that displayed the numbers on an or-gate screen using what I learned from your videos. It is my first creation that uses complex logic like this

    • @GoolemMAn
      @GoolemMAn 8 หลายเดือนก่อน

      How? I am trying to make a stopwatch. Can u hand me some knolege?

  • @BrentBatch
    @BrentBatch 7 ปีที่แล้ว +3

    for the xor loop: make all 3 gates xor gates, one other gate will wire to all 3 xor gates and the input will be one tick,
    also: blueprint editing doesn't allow gate1->gate2 and gate2->gate1 connections at the same time, it overwrites existing connections if one already exists between the 2 gates

  • @occasionalart
    @occasionalart 7 ปีที่แล้ว +33

    It would be really awesome if you could do a realistic padlock. (both in function and in mechanics)
    Great video as always!

  • @iyoman9245
    @iyoman9245 5 ปีที่แล้ว +12

    Could you make more of these? They’re really helpful.

  • @garbuckle3000
    @garbuckle3000 7 ปีที่แล้ว +2

    Awesome. Thanks for explaining the "and" lift reset logic. Going to go add that to my buggy right now!

    • @acgaming007
      @acgaming007 หลายเดือนก่อน

      Removing the Bugs from the Bugful Buggy

  • @LordPain
    @LordPain 7 ปีที่แล้ว +15

    Nice tutorial! :) Maybe you could improve the 'rope device' that I've sent you, it uses the memory bits too. I think it will help a lot of mechanics building stepless cranes and other stuff, if u could only make it smaller :) It's always a pleasure to watch your videos :)

  • @dringar
    @dringar 7 ปีที่แล้ว +36

    4:04 i hear that kitty

  • @tomasmejia6370
    @tomasmejia6370 7 ปีที่แล้ว +49

    "We generate a simple tick generator."
    Well, yeah, but can you generate a generator that generates tick generators?

    • @saddleview80
      @saddleview80 5 ปีที่แล้ว +6

      Well yeah but can you generate a generator that generates a generator that generates a generator that generates tick generators?

    • @i0nlz
      @i0nlz 4 ปีที่แล้ว +3

      Well, yeah, but can you generate a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates tick generators?

    • @latbil
      @latbil 4 ปีที่แล้ว +2

      Well, yeah, but can you generate a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates tick generators?

    • @danforce4222
      @danforce4222 4 ปีที่แล้ว +1

      Well yeah

    • @user-ss6gp2gu6r
      @user-ss6gp2gu6r 4 ปีที่แล้ว +1

      So a warehouse that produces materials to build a factory that makes tick generators

  • @hundert-ml1kf
    @hundert-ml1kf 7 ปีที่แล้ว +7

    If you want to make a Single Tick every time you hit the Button you can do it with the button connected to an and gate and a nand/nor/xnor gate and connect the nand/.. gate to the and gate 👌

    • @VKURDR
      @VKURDR 5 ปีที่แล้ว +1

      Makes sense.

    • @ddssrr1614
      @ddssrr1614 4 ปีที่แล้ว

      @@VKURDR LOL

  • @VKURDR
    @VKURDR 5 ปีที่แล้ว

    This is great stuff, I'm not exactly sure I understand everything, but using some of what I did understand (and lots and lots of hours later) I was able to make a functional gate with a combo lock of switches which also locks from the inside. I want to make it so that I don't need the combination to get out now, and to make the combination reset or disappear after a set amount of time.

  • @scrapheap339
    @scrapheap339 5 ปีที่แล้ว

    One difference between the 2 forms of memory is that the XOR is self-toggling i.e. it can be toggled with just 1 button whereas the NOR, NOR, OR memory needs a 'toggle on' input and a 'toggle off' input to flip the memory so a single button can either set or reset the bit but not do both (without extra logic of course). It is also possible to make a NOR, NOR, OR system work as a self toggling bit by checking that if a button is pressed and the bit is on, then turn it off (and vice versa).
    Also: an XOR gate is active when there are an odd number of active inputs, not just 1.
    PS: Sorry for the wordy explanation, but hope you can create amazing creations with this knowledge. :)

  • @techsbyglebbagrov7470
    @techsbyglebbagrov7470 4 ปีที่แล้ว +1

    4:57 Kerbal Space Program VAB/SPH music starts

  • @IxeslegendProbably
    @IxeslegendProbably 3 ปีที่แล้ว

    this intro is the best omg

  • @gglobensky
    @gglobensky 4 ปีที่แล้ว

    I'm pretty sure you can prevent the looping state of the on only and off only button by making sure the input is longer than a single tick. I can make it bug consistently by sending it a single tick input.

  • @pascal2085
    @pascal2085 3 ปีที่แล้ว +1

    idk if it's the current version but or-xor-or memory with a tick generator is not working. Did it with a piston and a switch-sensor. A spud gun and a switch would also work.

  • @teiroberts5330
    @teiroberts5330 7 ปีที่แล้ว +1

    I once built a rs latch the memory circuit he built with transistors and resistor on a circuit board

  • @koryphaee4796
    @koryphaee4796 7 ปีที่แล้ว +6

    you can make the 1 tick generator smaller:
    just connect a button to a NOT gate.
    then connect the NOT gate and the button an AND gate.
    now the AND gate is the output.

    • @kANGaming
      @kANGaming  7 ปีที่แล้ว +2

      yup the discord mentioned this too... I've been making it excessively large for no reason

  • @legofreak5769
    @legofreak5769 7 ปีที่แล้ว +1

    your XOR memory is using a 3 tick pulse. if you use the self wired XOR you use a 1 tick pulse. the self wired gates also cant get into an infinite loop.

  • @gglobensky
    @gglobensky 4 ปีที่แล้ว

    I started playing yesterday and first thing i made is an on only and off only switch with a piston and a sensor set to switch mode. Lets just say I'll use this design from now on

  • @call_me_anny
    @call_me_anny 7 ปีที่แล้ว

    Kan thanks for making these tutorials you've helped me a lot

  • @YMandarin
    @YMandarin 6 ปีที่แล้ว +4

    xor gate still loops with one tick input

  • @casperborn8474
    @casperborn8474 6 ปีที่แล้ว

    for those that are interested the first one is called an RS flip flop, the second one I'm not sure but it seems to be some kind of latch
    however the RS flip flop can easily be made to work with only one button using an and & or/nor gate so really just make sure you master the first one :p

    • @vibaj16
      @vibaj16 5 ปีที่แล้ว

      Not really: first one is an RS latch, or more specifically, the one he uses is an RS nor latch. The second is a T-flip flop

  • @LuisDiaz-mo9ok
    @LuisDiaz-mo9ok 7 ปีที่แล้ว +1

    scrapman:( he will be remembered

  • @moss3828
    @moss3828 4 ปีที่แล้ว +3

    I’ll stick with my switches and buttons for now lol

  • @henrygoldberg1248
    @henrygoldberg1248 4 ปีที่แล้ว +1

    Helped me a lot with minecraft

  • @MrCreamster20
    @MrCreamster20 7 ปีที่แล้ว

    I've used logic a lot but one of my oldest creations i'm having a slight problem with. It's a "combo-lock" build that is currently working on a ground based structure and had the first 'insertable, configurable key lock mechanism' which has now been swapped out for a more complicated 'keycard' system. Now i want to compact it as its reasonably large and make it a lift-able creation but i'm struggling to get 1 of its functions working properly.
    Build at its core is a memory array with a switch that controls the memory array storage 'state':
    1. switch off - memory gets activated in sequence and all previous set stay set
    2. switch on - memory gets activated in sequence and previous set gets reset with the next set
    The problem i'm having is the switch when turned on ends up creating a memory 'wave' in the cells(on,off,on,off etc...). This wave sometimes is 2 in length and confuses me as to why its doing it.
    any ideas??

  • @Aleq777
    @Aleq777 5 ปีที่แล้ว

    oh thanks ;) I am really good at logic gates but I didn't know how to do it with buttons like this

  • @uitvindertje
    @uitvindertje 2 ปีที่แล้ว

    5 Years later and im still using this XD

  • @soccertg0376
    @soccertg0376 7 ปีที่แล้ว

    I've already made a touch pad for numbers but I've always wanted to make a typeing keyboard where it will have spaces, letter by letter, and back space

    • @ignacioarteaga5393
      @ignacioarteaga5393 7 ปีที่แล้ว

      Triston Gorney I did it not so long ago

    • @soccertg0376
      @soccertg0376 7 ปีที่แล้ว

      Ignacio Arteaga oh

    • @ignacioarteaga5393
      @ignacioarteaga5393 7 ปีที่แล้ว

      Triston Gorney Here is the link if you want to see it... steamcommunity.com/sharedfiles/filedetails/?id=1127146731

    • @soccertg0376
      @soccertg0376 7 ปีที่แล้ว

      Ignacio Arteaga ok thanks

  • @AndreBrah
    @AndreBrah 4 ปีที่แล้ว

    FIX FOR THOSE WHO USE THE BUTTON, OPTION 1: increase the tick delay on the timer to 2 ticks (keep in mind that if you "stab" the button too fast it will still start to loop). OPTION 2 (recommended): change the xor gate after the timer to a nand gate (this allows to keep the timer at 1 tick, so its harder to make the system loop if you press the button too fast)

  • @Flexy_ll
    @Flexy_ll 7 ปีที่แล้ว +1

    Nice video kan i like it and kann you please make a tutorial about a clock

  • @wheatloathe
    @wheatloathe 2 ปีที่แล้ว

    So it's a flip flop
    My redstone brain cant be reprogrammed

  • @Goldfish_Vender
    @Goldfish_Vender 6 ปีที่แล้ว +1

    I made a T Flip-flop with only 6 gates, no timers, and using an xnor latch. I deleted it for whatever reason and now I can't figure out what I did...

    • @vibaj16
      @vibaj16 6 ปีที่แล้ว

      Button goes into AND and NOT gates. The NOT gate goes into the AND gate, which goes into 3 XOR gates. The XOR gates loop into each other. Output is one of the XOR gates.

  • @toastymob5829
    @toastymob5829 5 ปีที่แล้ว

    I started watching yoir vids i had no idea abaount logic in sm now im building logic conrrolled mini piston engines

  • @emiel2712
    @emiel2712 7 ปีที่แล้ว +1

    I can't stop hearing the ksp VAB music

    • @TheSuJ
      @TheSuJ 4 ปีที่แล้ว

      Lol

  • @natewalker9595
    @natewalker9595 7 ปีที่แล้ว +1

    love you channel BTW

  • @TheEngineeringMonkey
    @TheEngineeringMonkey 4 ปีที่แล้ว

    Are there faster memory bits? I’m trying to make a couple of complicated builds but these memory bits don’t process fast enough

  • @jk1422
    @jk1422 6 ปีที่แล้ว

    im just building a small calculator and i just couldnt figure out how to save the inputs.. thanks man

  • @TheZiiFamily
    @TheZiiFamily 7 ปีที่แล้ว

    I have a question how do you make something like this but if the input is on to long it activate something but if it's not on a.k.a. charged up all the way it won't activate for example a security system

  • @acgaming007
    @acgaming007 หลายเดือนก่อน

    thanks man, this really helped me build a sliding door for my survival base

  • @Z3rtsu
    @Z3rtsu 7 ปีที่แล้ว

    5:35 I think I told you that. (Correct me if I'm wrong)

  • @rayhanaditya9274
    @rayhanaditya9274 4 ปีที่แล้ว +8

    So.... its a t-flip flop
    For all of those non minecrafters its a circuit used in redstone

    • @pascal2085
      @pascal2085 3 ปีที่แล้ว

      t-flip-flop is a circuit used in many applications. Don't feel so edgy because you know t-flip-flops from minecraft.

  • @nealcrafter
    @nealcrafter 9 หลายเดือนก่อน

    In the now Newer Version of Scrap Mechanic it only works with a 2-Tick puls on the Timer.

  • @zebestlion4599
    @zebestlion4599 7 ปีที่แล้ว

    Make a selective gear selector for the realistic car

  • @Broken_Mesh
    @Broken_Mesh 7 ปีที่แล้ว +2

    Ohh it like a P-flipflop(or something else i don't remember the name ) in minecraft

    • @joostvisser6508
      @joostvisser6508 7 ปีที่แล้ว +1

      levk RS nol edge or something like that?

    • @jacksonparkinson1805
      @jacksonparkinson1805 7 ปีที่แล้ว +1

      I think you mean a T flip flop and Joost I think you mean a RS nor latch

    • @vibaj16
      @vibaj16 5 ปีที่แล้ว

      Lol I remember that I used to think RS stood for “redstone”

  • @Wallabm7091
    @Wallabm7091 4 ปีที่แล้ว

    i love your videos but they are sometimes really hard to follow with how fast you move the camera around and move onto the next step. if at all possible would you slow down and let us view the connections in the future please? thanks man great content!

  • @michbam3947
    @michbam3947 7 ปีที่แล้ว

    Did you finish the Big Droppod allready?

  • @slippery_gecko9274
    @slippery_gecko9274 5 ปีที่แล้ว

    for this i got a journel where i am taking all sorts of notes and making diagrams with in for input and out for out put all sorts of stuff and i have it to where its not strictly scrap mechanic language
    so theres i tip i guess idk

  • @Twisted-Atom-O5
    @Twisted-Atom-O5 5 ปีที่แล้ว

    Is this like the t flip flop in Minecraft red stone 03:50

  • @crazytothebone7036
    @crazytothebone7036 3 ปีที่แล้ว

    How do you do the thing where you wire something to the previously selected source?

    • @Edgar-Egg
      @Edgar-Egg 2 ปีที่แล้ว

      You have to edit the code of the blueprint in the files, this is called ''blueprint editing''.

  • @Venus_fogged
    @Venus_fogged 7 ปีที่แล้ว

    Hey kan if you don't see this that's fine, but I'm looking for a rising edge detector and I can't find any.
    would like to know how that would work. thanks.

  • @henrystickmin8812
    @henrystickmin8812 2 ปีที่แล้ว

    Instead i just made a traffic light
    The traffic light broke my brain

  • @willy_p_m
    @willy_p_m 7 ปีที่แล้ว

    To bad I Don't have steam to get this game no I still liked the vid nice m8 keep it up

  • @kevvelicious1229
    @kevvelicious1229 7 ปีที่แล้ว

    Can you make a video on radars in scrap mechanic and how the work. I want to make one but I don’t know how to wire them

  • @adriantrans-amgta5981
    @adriantrans-amgta5981 5 ปีที่แล้ว +1

    I paused it to try it in evertech sandbox.

  • @boltstrikes429
    @boltstrikes429 6 ปีที่แล้ว +9

    "The NOR NOR OR"
    just say RS NOR latch... lmao

    • @latbil
      @latbil 4 ปีที่แล้ว +3

      NOR NOR OR is faster because it’s only three syllables long.

  • @tom_henniger
    @tom_henniger 7 ปีที่แล้ว

    Discord invite on your channel doesn't work?

  • @БольшаяЛопата
    @БольшаяЛопата 4 ปีที่แล้ว

    How to make push-to-toggle with logics?

  • @justbendev2324
    @justbendev2324 4 ปีที่แล้ว

    The XOR Memory Bit don't work it keep's flickering , is this method outdated ? ( It's a 2017 design so idk ) ( OR -> XOR > AND -> LOOPBACK ) and i sent a 1 tick to the XOR and it dont work.

  • @ZorillaMyrid181
    @ZorillaMyrid181 4 ปีที่แล้ว

    Wait is that the Spore OST in the background?

    • @neutralguy3221
      @neutralguy3221 4 ปีที่แล้ว

      At around 7:20 - I realized that it's the Kerbal Space Program VAB music.... lol

  • @michelleburton4497
    @michelleburton4497 7 ปีที่แล้ว

    memory is ram. storage is the location where the values are held.

    • @aaronwalls9301
      @aaronwalls9301 6 ปีที่แล้ว

      Michelle Burton kind of. RAM is where processes store data while they are running, and then that data is then moved to the primary storage at a later time, to keep the computer from messing up the hard drive.

    • @slippery_gecko9274
      @slippery_gecko9274 5 ปีที่แล้ว

      my idea of ram is like a fast place to store things that is temporary it doesnt want to take the time to write and read a peice of the harddrive this takes time and wheres out the harddrive so they created a fass "storage" where they can put tempary data such as i have a switch pressed in the game that data gets moved to the ram to keep it loaded without having the hard drive worn out and so the cpu doesnt always loop its command on the switch it just tells the ram hey this switch is on and the ram keeps that data and if its really important later it will move it to the hard drive and if not it just erases the data

  • @DeltaKT
    @DeltaKT 7 ปีที่แล้ว

    8:20 XOR not OR. :P

  • @tinted5129
    @tinted5129 7 ปีที่แล้ว +1

    kAN can you do a project, make a future city or can you build a future tram
    Edit: in a stream? Future tram

  • @mitch-mashgaming3116
    @mitch-mashgaming3116 7 ปีที่แล้ว

    When is the next logic tutorial

  • @theredstormer8078
    @theredstormer8078 7 ปีที่แล้ว +2

    Whenever I do an xor or or loop, it just flashes no matter what. Help!

    • @aaronwalls9301
      @aaronwalls9301 6 ปีที่แล้ว +1

      Mine does the same, set your timer to either 2 or 3 ticks and it works. Your tick rate isn't fast enough for the process an you only have one gate on at a time. If you set it to 2 or 3 ticks, it gives the game just enough time to fill all three gates.

  • @ViniTheCrazzy
    @ViniTheCrazzy 4 ปีที่แล้ว

    welllll i can`t make t-flip-flip with both... following comments i reach another approach, make 3 xor and link all to the same one tick generator and done... with this other methods my tries never are consistent, they or switch between active or desative or blink forever depends where you click and the cycle rotine... at the end i did it work! but then i realize i not need it in the end... and use a simpler 2 sensors with switch mode and one xor... dammit, improve always beeing insane haha

  • @ranrjbneztnarf8932
    @ranrjbneztnarf8932 5 ปีที่แล้ว

    I have watched this over and over, but my gates wont stay fully on. They just flicker. any tips? I am guessing its a bug at this point lol

    • @kANGaming
      @kANGaming  5 ปีที่แล้ว

      If they flicker it is because there is something conflicting. Hard to say exactly what your issue is though without seeing the setup :(

    • @ranrjbneztnarf8932
      @ranrjbneztnarf8932 5 ปีที่แล้ว

      ​@@kANGaming Basically just copied what you did. I tried in a fresh world without mods too. Still just getting the same flicker. The Tick generator works fine, but when sending that further, the 3 gates that is supposed to stay on or off mostly flicker and will rarely turn either on or off.. It almost seems like the tick is not fast enough. As if there is a 1/1000 chance that the tick might hit perfectly.

    • @ranrjbneztnarf8932
      @ranrjbneztnarf8932 5 ปีที่แล้ว

      Will ask someone in your discord later. Probably better to see it. Thanks anyway. Awesome videos!

    • @ismaelmontminy5734
      @ismaelmontminy5734 4 ปีที่แล้ว

      @@ranrjbneztnarf8932 did you find the asnwer ? cause I have the same problem...

  • @bx19tgd
    @bx19tgd 7 ปีที่แล้ว +5

    I DONT NEED LOGIC...
    I NEED KNOWLEDGE AND LAMBORGHINIS

  • @natewalker9595
    @natewalker9595 7 ปีที่แล้ว +1

    wheres multiplayer Monday
    It has mean more than a week and its not up

    • @joostvisser6508
      @joostvisser6508 7 ปีที่แล้ว +1

      Nate Walker look over at camodo's channel, he explained it

    • @natewalker9595
      @natewalker9595 7 ปีที่แล้ว +1

      Joost Visser ok

  • @PowerOfNull
    @PowerOfNull 5 ปีที่แล้ว

    I was able to make a simpler Rising Edge circuit, but I don't think I remember how it worked...

    • @anispinner
      @anispinner 5 ปีที่แล้ว

      You probably used NAND + AND gates. The button is connected to both of them, then NAND is connected to AND.

    • @PowerOfNull
      @PowerOfNull 5 ปีที่แล้ว

      @@anispinner I think you might be right XD

  • @robertmaimutica9665
    @robertmaimutica9665 5 ปีที่แล้ว +1

    Minecraft redstone squad where you at?

  • @InvalidUser18
    @InvalidUser18 6 ปีที่แล้ว

    Where did this go? You made this episode then stopped.

  • @arhaam1390
    @arhaam1390 3 ปีที่แล้ว

    did you know that 'and' gate is kind of transistor

  • @mazenmarvel7342
    @mazenmarvel7342 5 ปีที่แล้ว

    How to use logic gates to make an automatic shooting spud gun

    • @vincentb5431
      @vincentb5431 5 ปีที่แล้ว +1

      NOR #1 -> NOR #2
      NOR #2 -> NOR #3
      NOR #3 -> NOR #1
      NOR #4 -> NOR #1
      NOR #1 -> Spud gun
      Button/Input -> NOR #4
      I hope i could help you :D!

    • @ramensales3967
      @ramensales3967 5 ปีที่แล้ว

      No looping circuit

  • @lukamtc9188
    @lukamtc9188 6 ปีที่แล้ว +1

    NOR NOR OR gate system is better cuz it's kAN confirmed

  • @pigsrpeople2577
    @pigsrpeople2577 3 ปีที่แล้ว

    Can we get this into back

  • @RestartedRio
    @RestartedRio 4 ปีที่แล้ว

    KAN... my circut is broken... I’ll press a button and it goes FLICK FLICK FLICK FLICK that at the speed of 100x more

  • @aVectorr
    @aVectorr 4 ปีที่แล้ว

    what's the name of this mod?

  • @lucasvisser3864
    @lucasvisser3864 7 ปีที่แล้ว

    I already made a numpad a few weeks ago and wiring made my eyes hurt

  • @edruzzaidi629
    @edruzzaidi629 7 ปีที่แล้ว +2

    Me: This is very entertaining.
    Some people: I'm losing too many brain cell!!

  • @U_Geek
    @U_Geek 7 ปีที่แล้ว

    What happened to scrapman?

  • @princesssarragozza1735
    @princesssarragozza1735 7 ปีที่แล้ว

    The first one is a t flip flop

  • @fatemonkey
    @fatemonkey 6 ปีที่แล้ว

    If anyone wants to know how to build a computer in either Minecraft or a program called Logisim, let me know and I can help you.

    • @vibaj16
      @vibaj16 5 ปีที่แล้ว

      Difficulty: Scrap Mechanic: easy (ish) Logisim: medium (wiring gets in way) Minecraft: hard (even more annoying wiring and you have to make gates, etc.)

  • @jarhead_2010
    @jarhead_2010 7 ปีที่แล้ว +2

    hai

  • @BRICKGUYYY
    @BRICKGUYYY 4 ปีที่แล้ว

    Screw this bits, just make a switch and potato gun pointed to switch

  • @trampperfect57
    @trampperfect57 7 ปีที่แล้ว +2

    Hello

  • @LegoCrafter911
    @LegoCrafter911 7 ปีที่แล้ว +4

    I hear kAN is good at wrestling, but can he pin me?

  • @ragdude7323
    @ragdude7323 7 ปีที่แล้ว

    Yay memory

  • @roryparkyn6863
    @roryparkyn6863 7 ปีที่แล้ว

    Isn’t a switch just a memory piece

    • @vibaj16
      @vibaj16 5 ปีที่แล้ว

      You can’t activate a switch with logic unless you use a spud gun I guess, but that’s bigger and not silent.

  • @stockphotocriminal6140
    @stockphotocriminal6140 7 ปีที่แล้ว

    YEES!

  • @brunooooooookkkk
    @brunooooooookkkk 7 ปีที่แล้ว +3

    Kan is da best

  • @Scier357
    @Scier357 4 ปีที่แล้ว +1

    kAN = mumbo jumbo

  • @temmie1658
    @temmie1658 7 ปีที่แล้ว +4

    Make A computer

  • @emilrosen6679
    @emilrosen6679 7 ปีที่แล้ว +5

    Not first

  • @dragonking972
    @dragonking972 7 ปีที่แล้ว +1

    Yo

  • @Alffraido
    @Alffraido 4 ปีที่แล้ว

    I just realized your name is Can gaming with a trash can upside down.... -_-

  • @toast1254
    @toast1254 7 ปีที่แล้ว +1

    12th!! 😋

  • @DeltaKT
    @DeltaKT 7 ปีที่แล้ว

    YEAH BOI! =D

  • @justdan1563
    @justdan1563 7 ปีที่แล้ว

    I already made a password lock

  • @Nobli_Norbet
    @Nobli_Norbet 8 หลายเดือนก่อน

    The Number of Likes💀
    (the time this was written there where 1945 likes)