Advanced Timers and Scanner Logic Tutorial! (Scrap Mechanic

  Рет қаралды 77,293

kAN Gaming

kAN Gaming

7 жыл бұрын

Hey everyone back once again with some logic tutorials for Scrap Mechanic! In this video we look at 3 different types of timing circuits: the stopwatch type timer, the interrupt circuit (scanners) and the cooldown timer.
If you like this content and want to see more then remember to subscribe! goo.gl/d7uUoP
First Tutorial Use: Pictionary
• Multiplayer 3D Piction...
Second Tutorial Use: Run Away Delivery Van AI
• Robot AI Run Away Deli...
Third Tutorial Use: Wheel of Wheels Spinner
• Random Wheels Multipla...
-------------------------------------------------------------------------------------------------------------
About Scrap Mechanic:
store.steampowered.com/app/387...
Scrap Mechanic is an all-new creative multiplayer sandbox game which drops you right into a world where you quite literally engineer your own adventures! Choose from the 100+ building parts you have at your disposal and create anything from crazy transforming vehicles to a house that moves. You’re even able to team up with your friends to create amazing things together: in Scrap Mechanic, you’re the master creator of anything you can imagine!
-------------------------------------------------------------------------------------------------------------
Music:
"Blue Ska", "Carefree", "C-Funk", "Daily Beetle", "Hep Cats"
Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
creativecommons.org/licenses/b...
Anikdote - Life Is Over [NCS Release]
• Video
No Copyright Sounds Release

Пікірлер: 138
@short0811
@short0811 Жыл бұрын
Nice tutorial man. It gave me a thought of making a Gatlin gun with a cool down timer connected to a hidden brazier (for Trailmakers in this case) to show a flaming barrel and smoke while it "cools down"
@Alexrules237
@Alexrules237 5 жыл бұрын
Hey dude, I always loved scrap mechanic but recently I've gotten bored with it. I can't build, I can't make decent creations, therefore I would get bored very quickly. But I've watched this video, and then led off with other and more advanced ones and now I am fairly decent with logic gate principals. Thank you for the help and I hope you continue your tutorials to teach other people like me.
@Unknown-Number
@Unknown-Number Жыл бұрын
The sensor memory bit has a flaw: if it is not through the 1 sec period, it'll pulse the thruster. My solution to that would be to hook the output of the NOR gate (the one, which goes into the other NOR gate in the memory bit) into the interrupt timer's NOR gate, resetting the timer (it could still pulse, if the sensor detects you after less, than .1 sec, and the second solution is to cut the last timer into 2 separate interrupt timer segments, making the one in front .075 sec, the one in the back .025 sec)
@huntingwithhizo6508
@huntingwithhizo6508 2 жыл бұрын
just a note, i've had to rewind this over 90 times cause of how fast you connect and switch things
@MrLarsgren
@MrLarsgren 7 жыл бұрын
nice.. could be fun if you showed how we made the circuits back in the days before logicblocks too.. i still use alot of the old systems ;) maybe logicblocks looks confusing but damn.. some of those big gizmos we made then ... all mechanical :) and with no weld tool an error was fatal
@Krebzonide
@Krebzonide 7 жыл бұрын
7:30 I spent a few hours trying to figure that out yesterday and I gave up and did something else. You make it look easy. 12:45 I tried it and when I send a 1 tick pulse into the binary thing it starts flashing.
@justinmean7370
@justinmean7370 4 жыл бұрын
I've been playing a bit with the NOR -> NOR -> OR and back and it seems it sometimes needs a double input on the NOR connected to the button. I fixed that by having a timer connected to the button with a 200ms delay so it gets one from the button and another one from the timer after 200ms. After more testing you can take it down to 100ms. Lower then that and It'll fail to correct the pulsing.
@MogR91
@MogR91 3 жыл бұрын
@@justinmean7370 Kan has another video about the memory bits explaining exactly how to fix that issue ;) I think the video is logic 101 or smth like that
@RealLife1971
@RealLife1971 7 жыл бұрын
lol wow I am going to have to watch this 100 times to absorb all this gold you are sharing lol
@redpug5042
@redpug5042 3 жыл бұрын
for the pictionary you could have made a 1 second loop that stops when you buzz in that will increase a binary setup and then once that reaches a certain value you reset it, much less time consuming and easier to make.
@techsbyglebbagrov7470
@techsbyglebbagrov7470 3 жыл бұрын
The sensor + thruster thing is like a FULL BRIDGE RECTIFIER (ElectroBOOM) with a capacitor
@VKURDR
@VKURDR 4 жыл бұрын
These videos are great Kan, I have to take my time to re watch out to understand (or try to understand) and I'm learning very cool things that may or may not help me with my creations or real life!
@justinmean7370
@justinmean7370 4 жыл бұрын
Just play creative mode right next to it like I do and google the thing you are trying to understand! I actually was overthinking the NOR function way too hard so it seemed xD
@noahlowes1164
@noahlowes1164 7 жыл бұрын
This was amazing
@aussiewater
@aussiewater 5 жыл бұрын
Like the scanner part I would use it for radar
@lazymaker4518
@lazymaker4518 7 жыл бұрын
you can make much more "stronger circuits using 1 tick pulse method. if you want to know more check out some of my builds in the workshop. I go by spineless (S.E.L.) in game. although some of my logic circuits are slightly more advance and are lift stable.
@redtrick-ds5ki
@redtrick-ds5ki 5 жыл бұрын
Thank
@Asspect42007
@Asspect42007 6 жыл бұрын
Thx
@cadetkohr5508
@cadetkohr5508 4 жыл бұрын
It is April 14, 2020, I'm in quarantine, and I literally sat down, with a paper and pen, and hand wrote notes for future builds in Scrap Mechanic, and I wrote the Title of this video so I could get some explanations in case I can't figure out how some of these things work. Thanks Kan!
@fatecate8196
@fatecate8196 7 жыл бұрын
Thanks for the tutorial kAN! I understand logic gates a lot better now! Thanks!!!!!!!!!!!!!!!!!!!!!!!!!
@jackmesser4678
@jackmesser4678 7 жыл бұрын
This is so cool
@versenova5531
@versenova5531 Жыл бұрын
A better way to do the timer would be to have a binary counter that will detect if it is at 120 * amount of ticks in a second first, if not then go 1 up and that happens every tick unless a buzzer is active. It is also a lot more accurate, but could use a lot of memory bits.
@NaxFax
@NaxFax 7 жыл бұрын
Great stuff! Love seeing the logic block side.
@TheMartinMotion
@TheMartinMotion 6 жыл бұрын
Thanks for this tutorial!! You helped me!
@Asspect42007
@Asspect42007 6 жыл бұрын
You explain things well
@FrogletOW
@FrogletOW Жыл бұрын
is it possabile to select a grid then be able to shoot at that grid, kinda like the way the game battle ships work
@LilScrewmatic
@LilScrewmatic 3 жыл бұрын
Use the interrupt timer with a w s converter and make a car with driving lag
@madjoemak
@madjoemak 7 жыл бұрын
Why can't you teach logic at my college? You're a lot better than my teacher lol
@kANGaming
@kANGaming 7 жыл бұрын
Mad Joe Mak LOL teachers alot of the time don't have to use the theory so they suck at explaining how to use the theory :P
@ErickXavier
@ErickXavier 4 жыл бұрын
hey @Kan, how would you make a clock out of pipe gears to make a full day cycle to make your farm autoplant again (on the Survival mode)?
@Marco-yk8kp
@Marco-yk8kp 3 жыл бұрын
literally 23 minute timers one after another, and then just make a motor spin very slowly and put an or gate to activate it every time a timer is on, regulate the speed to make it go one full rotation.
@bonkser
@bonkser 2 жыл бұрын
@@Marco-yk8kp hour hand moves one tick every 12 minutes
@huntingwithhizo6508
@huntingwithhizo6508 2 жыл бұрын
tryin to make a 24 hour timer for my farm and i can't seem to get it quite right. either the repeat messes up and a gate that should be off stays on, or other things go wrong. Just can't get it.
@johnmacdonald4451
@johnmacdonald4451 7 жыл бұрын
Cool stuff
@silentryu9566
@silentryu9566 6 жыл бұрын
hey Kan this might not makes sense but I'm trying to make it so that if a button is pressed then i click it again it will do a different "Circuit" Then the first one. Not random. Here is an example , I'm trying to make a maze game and i want to make my up button to go up a pixel next time I press it. What would would I do?? Also Nice tutorial!!
@dashelrubin-stencel4009
@dashelrubin-stencel4009 5 жыл бұрын
Brixntx Gaming binary adder, Kan made a video on it I'm pretty sure
@dashelrubin-stencel4009
@dashelrubin-stencel4009 5 жыл бұрын
It's called like "selector array" or something like that
@mixup2216
@mixup2216 Жыл бұрын
I wish axolot just added a way to make a timer cancel instantly for the scanner logic Or maybe have sensors have adjustable cones?
@notcrazyne5551
@notcrazyne5551 6 жыл бұрын
kAN i want to know how to make a bit circuit where it has a cool down and a limited fire timer
@RealLife1971
@RealLife1971 7 жыл бұрын
YAY just want I wanted before I pull any more hair out of my head lol
@JACKHARRINGTON
@JACKHARRINGTON 4 жыл бұрын
Used this to make a doorbell!
@backspace8906
@backspace8906 5 жыл бұрын
dat cooldown system is genius!!!
@ArseniiSheremet-tc1zt
@ArseniiSheremet-tc1zt 9 ай бұрын
😅 Could I just hook up the button to the thrasher to make it turn on and of when button isnt pressing
@ragdude7323
@ragdude7323 6 жыл бұрын
Wow good job
@zyoock
@zyoock 6 жыл бұрын
Great tutorial! How do you link this system up with a counter that has memory, would be cool to have on a topfuel track!
@viniciusschadeck2204
@viniciusschadeck2204 3 жыл бұрын
i not know exactly how, but i did a 5 seconds cycle with 1 second activated time. each 5 seconds only 1 seconds actiave... if works very good in my crusher... i make enought time to enemyes of low level waves comes into it and crush then all with only one second time of crush, enought to pistons hit groundn and back until timer resets after 4 seconds... this is advanced someway? i not find tutorial of this kind of stuff, i make it in minecraft easily but here i need some time to find out how to make it properly and probably i did it with more stuff than i need i use 2 timer and 6 logic gates, plus i can put it to be in extended pistons or retracted pistons in off cicly, i prefer retracted, beucase lag is worst when crusher hit the ground and keep contact for long time
@sridhargs8919
@sridhargs8919 5 жыл бұрын
Make a spud turret with cool down period
@ortiz1131ify
@ortiz1131ify 7 жыл бұрын
I subbed
@imeldareyesjay4107
@imeldareyesjay4107 3 жыл бұрын
16:46
@GrenPara
@GrenPara 5 жыл бұрын
Hello, thanks for making these vids for noobs like me! I do have a question as i am unable to figure it out. I have a door with one sensor outside and one inside a room. What i want is if I pass by a sensor I would like door to open for 8-10 seconds then close. Can you please demo how i would be able to do that please? Thanks
@suicidalbanananana
@suicidalbanananana 5 жыл бұрын
Im trying to make a network that uses pulse width modulation to send many signals over a single connection, and its pretty much a pile of timers at this point xD Any chance you can devote a video to what would be the optimal way of controlling and detecting pulse lengths? Im bscly looking for a way to chain 3 timers several times in dynamic order (depending on a set of input switches) so i can just have 1 timer for high, low, and pause-duration, instead of each 3 of those per bit
@n3xusman882
@n3xusman882 7 жыл бұрын
Can you make an elevator that goes up in a consistent speed?
@kANGaming
@kANGaming 7 жыл бұрын
Raphael Kreutle I actually did this already! If you look at my office tower building. I'll do a tutorial on it sometime soon as I never showed building the circuit.
@ragdude7323
@ragdude7323 6 жыл бұрын
Raphael Kreutle that's a great idea elevator in scrap machanic
@superdonutgaming2818
@superdonutgaming2818 3 жыл бұрын
@@kANGaming cool
@NotMyAccount
@NotMyAccount 6 жыл бұрын
hey there kan, is there a way to record the time a sensor is active and right after the sensor has be deactivated to use a device with the time i recorded?
@hyderzamanboi7830
@hyderzamanboi7830 4 жыл бұрын
this is exactly like studying for my tests
@cadetkohr5508
@cadetkohr5508 4 жыл бұрын
I know, right? I sat down and wrote notes by hand like I was studying for an exam. lol
@solidcoal8131
@solidcoal8131 3 жыл бұрын
how do i loop it ?????
@zyth1602
@zyth1602 7 жыл бұрын
Is it possible to make a sensor that spins around in a circle on a bearing that tries to track your location in that circle radius while as constantly keeping pointed at you?
@tomasmejia6370
@tomasmejia6370 7 жыл бұрын
Probably not with only 1 sensor, as it only gives an is-in-front-of-me-or-not kind of signal, and not some sort of orientation. I guess it could be made by moving a sensor from side to side rapidly to be able to find the target, but moving something on a bearing from side to side rapidly is not really an option in SM.
@zyth1602
@zyth1602 7 жыл бұрын
It's at this very moment... What about, wait......... three bearings.. Bam'
@tomasmejia6370
@tomasmejia6370 7 жыл бұрын
duuuuuuuuudeeeeeeee no words
@zyth1602
@zyth1602 7 жыл бұрын
haha!
@dashelrubin-stencel4009
@dashelrubin-stencel4009 5 жыл бұрын
I mean, I kind of did this with an auto turret which has like... 24 sensors if I remember correctly
@memerbro9616
@memerbro9616 5 жыл бұрын
It's like loom
@Rya3D
@Rya3D 7 жыл бұрын
Hey making something that needs the speed of 360 degree controller rotation but only rotates 90 degrees and I thought I could use a timed alternator but I don't know how you make one do you.
@kANGaming
@kANGaming 7 жыл бұрын
M L N Major League Noobz Cool idea! Let me play around and see if I can figure out how to do it.
@ziegee
@ziegee 7 жыл бұрын
How to make a button = switch? Kan please help!
@birgerjarl4391
@birgerjarl4391 7 жыл бұрын
Ziegee Gaming [SyNC] Connect the Button to a controller that controls an arm. Then make that arm triggers a sensor every time that arm moves. Set to the sensor to button mode I think... it could be the switch mode, just switch the mode one time after placing it.
@kANGaming
@kANGaming 7 жыл бұрын
Ziegee Gaming [SyNC] You can make a button into a switch using a binary bit. You need 2 conditions: bit is set and button pressed = reset bit, bit is reset and button pressed = set bit
@kANGaming
@kANGaming 7 жыл бұрын
Ill show this in my next tutorial video.
@BrentBatch
@BrentBatch 7 жыл бұрын
create a t-flipflop, circuits can be found on google :p
@ziegee
@ziegee 7 жыл бұрын
Thanks guys i really appriciated
@ramo1484
@ramo1484 6 жыл бұрын
5:25 omg the ice cream truck outside played music when the buzzer went on and it was really creepy sound from the ice cream truck
@killstrikegaming1317
@killstrikegaming1317 5 жыл бұрын
Can you make a radar
@jacksonmiller5002
@jacksonmiller5002 7 жыл бұрын
Can you show how the stiffing of suspension helps and what it can be used for
@madjoemak
@madjoemak 7 жыл бұрын
Stiffer suspension is better for off road
@ramensales3967
@ramensales3967 4 жыл бұрын
No
@dubl33_27
@dubl33_27 7 жыл бұрын
It matters how you connect logic blocks and timers one to another (in general_)
@ivandelaguardia1
@ivandelaguardia1 6 жыл бұрын
When I did this a glitch happened with the logic gates, the NAND gate said Active if any of the linked triggers are inactive and that's what it is, the so the new update broke logic gates, or that's just me, has anyone else ran into this problem?
@JagiUGG
@JagiUGG 6 жыл бұрын
UndercoverPotato same bro ;( broken now
@pretaxprism2418
@pretaxprism2418 7 жыл бұрын
Can you make a auto pilot cargo plane ?
@JagiUGG
@JagiUGG 6 жыл бұрын
Latest updates destroyed this logic. I tried to make an AI car but the NAND gates do not behave the way they did. Sad :( please, update this!
@Ryan-zh5iw
@Ryan-zh5iw 7 жыл бұрын
anyone else's brain both explode from the amount of thought he put in and melting from the complicated nature of logic gates?
@WallaWalla-bv3db
@WallaWalla-bv3db 4 жыл бұрын
How can I get them to activate for only a certain amount of time
@dashelrubin-stencel4009
@dashelrubin-stencel4009 5 жыл бұрын
I keep seeing him change the and gate to an or gate, it annoys me because there is only one input so it just wastes time. Also at 3:48 when he added the additional and gate, if he had used an and gate in the memory itself he could have just used that
@thesame6072
@thesame6072 6 жыл бұрын
I know that this video was uploaded a long time ago but i just wondered how to make a cooldown circut but the cooldown time would ve longer than the output time?
@mechwarrior5727
@mechwarrior5727 7 жыл бұрын
can you give a tutorial for making a clock? one where you press a button/switch and it will give out multiple outputs, I really could use this
@kANGaming
@kANGaming 7 жыл бұрын
Mech WARRIOR57 What do you mean? I'm a little confused about what you are trying to do.
@mechwarrior5727
@mechwarrior5727 7 жыл бұрын
ok so in minecraft if you hook up a button t a T-flip flop, then connect that Tflip flop to a redstone torch clock. I'm using this for a train for when its driving to make sounds constantly even though I'm only gving it one constant input. basicly I need to know how to do this in scrap mechanic
@kANGaming
@kANGaming 7 жыл бұрын
Mech WARRIOR57 Oh like an alternating circuit that switches between off and on when you activate a switch. all you need is AND gate > Timer > XOR > AND gate. Connect your on / off switch to both the AND gate and the XOR gate. this will alternate at the timer frequency when the switch is on.
@kANGaming
@kANGaming 7 жыл бұрын
Hopefully thats what you are trying to do :P
@primaldiglett8073
@primaldiglett8073 7 жыл бұрын
Don't trust edited comments
@omarmahin1337
@omarmahin1337 7 жыл бұрын
hello kan
@kANGaming
@kANGaming 7 жыл бұрын
Omar Mahin Hi!
@primaldiglett8073
@primaldiglett8073 7 жыл бұрын
Hi I'm Jevans4434 I just comment on videos and like and subsribe
@primaldiglett8073
@primaldiglett8073 7 жыл бұрын
kAN Gaming I made a UFO kAN it uses up thrust and tilting
@rockmeoable
@rockmeoable 4 жыл бұрын
Cool. i made an elevator on survival thx to this.
@boonxinkok3070
@boonxinkok3070 6 жыл бұрын
im making a semi auto gun every i press the button it shoot for 1 thick and it will time delay or reload will 3 second. well reload when i press the button it will not shoot. how to do idk
@j-a-d-eyt241
@j-a-d-eyt241 7 жыл бұрын
please make a lift that goes in a constant speed using logic gates?
@kANGaming
@kANGaming 7 жыл бұрын
CLASH WITH JADE Yup! I did this before in my office building but I'll make sure to show a proper tutorial on this soon!
@bgxd7571
@bgxd7571 7 жыл бұрын
kAN Gaming Logic timers and gates make no sence
@j-a-d-eyt241
@j-a-d-eyt241 7 жыл бұрын
Thanks KAN
@dikaluluk1
@dikaluluk1 6 жыл бұрын
my binary bits freak out when i put them on a lift how to solve that issue?
@noahleiss7899
@noahleiss7899 7 жыл бұрын
Say you have a 4 by 11 light connected to or gate And you hooked all this up to 10 other or gates and connected it so each of the 10 or gates will when turned on will make a 0-9 on the board So like a digital clock And so I want a button so when I press the button the number will go up And when I press another button he number will go down I can send you link to the build so you can see what I'm talking about I'm just stuck at this part Thanks kan
@kANGaming
@kANGaming 7 жыл бұрын
Send me the link if you can!
@noahleiss7899
@noahleiss7899 7 жыл бұрын
sorry hold on thats the wrong one let me update it for you
@noahleiss7899
@noahleiss7899 7 жыл бұрын
HERE SORRY FOR THE TROUBLE;E HERES A NEW LINK steamcommunity.com/sharedfiles/filedetails/?id=883847405
@noahleiss7899
@noahleiss7899 7 жыл бұрын
kAN Gaming so basically I'm using this which I made and saved it and one module is ganna be button up and button down on each so I can do that from front next module is clock so I press button and it starts clock That's the plan On the back I used switches that was just temporary so I can test make sure the stuff works
@alexandresimpson7808
@alexandresimpson7808 6 жыл бұрын
What if you want the socket to go this long and then turn on something
@qmerk2661
@qmerk2661 4 жыл бұрын
i seem to watch these vids and feel comfortable to go out and make something similar, and feel like i understand what each logic gate is actually doing . but then i go and try to make a creation thats different then what you show in these vids, i realize i really still dont understand what logic gates are actually doing to be able to create my own circuit.
@madjoemak
@madjoemak 7 жыл бұрын
I know a lot about logic. I learned it myself an now I'm doing electronics. In Minecraft I made a word processor and now in Scrap Mechanic I'm trying to make a console. But it would be great if you could make a screen whith a i/o bus compatible with an 8 bit very simple computer! That would be very helpful. I already tried it but kind of failed unfortunately
@sp33dy94
@sp33dy94 7 жыл бұрын
Just wanted to ask if you were aware of the delay logic gates and timers have and just ignored it not to "overwhelm" beginners with such details, or you just didn't know about it. The build that you demonstrated for your 2min timer that you used in your other video (from minute 3:00 to 5:00) has a, in my opinion significant variance from the "real" time you want to measure. My calculation: Each "1-second-bit"-tile has a delay of 3 ticks of the status-bit, 2 ticks of the timer and 1 tick of the final and-gate, so 6 ticks delay in addition to your 1-second timer. 1 tick is 1/40 second. ( 120 1-second-tiles * 6 ticks ) / 40 = 18s in addition to your 120s (2minute) timer, which is quite significant for such a small duration. The solution: instead of turning the timers in each! 1-second-bit-tile to 1second or 40ticks, turn them to 34ticks or 0.850s.
@vibaj16
@vibaj16 5 жыл бұрын
I know this is late, but this also annoyed me with his cool down circuit. The ticks it shows in a timer don’t include the extra tick just from the timer. So when it says 1 tick and says 0.25 seconds, it’s actually 2 ticks or 0.5 seconds. If you set it to 0 ticks, then it’s actually 1 tick, but he could’ve just used an OR gate, which is smaller anyway.
@-NoNo.
@-NoNo. 6 жыл бұрын
this is a good video but it's not helping understand how they work
@ultravince_xxi
@ultravince_xxi 4 жыл бұрын
That's not the point of the video...
@MattK2015
@MattK2015 7 жыл бұрын
How about a rapid fire timer kind of like a clock
@maythe15015
@maythe15015 7 жыл бұрын
how do I make a t-flip flop?
@zaldi5914
@zaldi5914 6 жыл бұрын
For the first circuit I think it would be better to use a synchronous clock with flip flops jk master slave
@netanel_dureb6020
@netanel_dureb6020 7 жыл бұрын
8th
@GlenJHenderson
@GlenJHenderson 7 жыл бұрын
67th lol
@Sammy-ws9re
@Sammy-ws9re 7 жыл бұрын
201 veiw! lol
@simonf943
@simonf943 7 жыл бұрын
Every time he says "really simple" I can feel myself getting more stupid
@kANGaming
@kANGaming 7 жыл бұрын
Simon Fröjmark I'm just trying to make logic seem a little less intimidating :P
@simonf943
@simonf943 7 жыл бұрын
kAN Gaming Haha yes and it is definetly inspiring! It's just pretty hard in the beginning of learning this. Are you self tought or do you have some kind of work or education related to this?
@kANGaming
@kANGaming 7 жыл бұрын
Simon Fröjmark Little bit of both. I took mechanical engineering in university so we had a few basic programming courses but I got into robot programming and thus taught myself everything I didn't learn in school
@simonf943
@simonf943 7 жыл бұрын
Thought it was something like that. Anyways, theese videos are really good! Think I'm going to try building some kind of self-driving car or hovercraft soon, it's most likely going to take me a looooong time.
@jarvishalo
@jarvishalo 6 жыл бұрын
Why do you call everything SO simple? It’s not simple at all!
@qmerk2661
@qmerk2661 4 жыл бұрын
this was way over complicated. could of just explained the senser one with 1 or two timers..
@kosmoto
@kosmoto 7 жыл бұрын
nerd
@kosmoto
@kosmoto 7 жыл бұрын
get 'im!
@rimmertf
@rimmertf 7 жыл бұрын
you're just dump
@kosmoto
@kosmoto 7 жыл бұрын
relax, we are friends, it's called a joke.
Automatic GPS Tracking! (Scrap Mechanic Tutorial)
17:16
kAN Gaming
Рет қаралды 12 М.
Memory Circuits! (Scrap Mechanic Logic Tutorials #02)
13:31
kAN Gaming
Рет қаралды 93 М.
Why? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 39 МЛН
NO NO NO YES! (50 MLN SUBSCRIBERS CHALLENGE!) #shorts
00:26
PANDA BOI
Рет қаралды 97 МЛН
New Number Logic (Tutorial) | Scrap Mechanic Mods
6:46
Scrap Mechanic Mods
Рет қаралды 46 М.
Much bigger simulation, AIs learn Phalanx
29:13
Pezzza's Work
Рет қаралды 2,6 МЛН
BUILD A THEME PARK RIDE CHALLENGE! (Scrap Mechanic)
10:49
Kwebbelkop
Рет қаралды 2,3 МЛН
Scrap Mechanic | TRAMBULINAA! | Episodul 339
10:01
TREX
Рет қаралды 293 М.
World's Largest Lemon Battery
12:04
Mark Rober
Рет қаралды 31 МЛН
Vamos chegar lá sim ✅ ou não ❌???
0:33
Spider Slack
Рет қаралды 9 МЛН
Villager SAVES The Noob From Zombie Apocalypse! 🧟
0:59
MineSauce
Рет қаралды 7 МЛН
Frog Prince Rush With Herobrine and Entity
0:32
Realistic Craft
Рет қаралды 51 МЛН