Making a Seeking ICBM to Destroy Plasma

  Рет қаралды 153,428

Reid Captain

Reid Captain

Күн бұрын

Пікірлер: 313
@ReidCaptain
@ReidCaptain 2 жыл бұрын
What else should I make in Plasma? I have a video with magnets already recorded, so expect to see that soon!
@Peardud
@Peardud 2 жыл бұрын
tank bridge that’s what I would like to see
@EnderWaro
@EnderWaro 2 жыл бұрын
Great, now make ICBM in real life
@theplayer4664
@theplayer4664 2 жыл бұрын
the tank that was a triangle of tread and never made it past prototype as it bottomed out at one of the first tests
@kathykremenik6800
@kathykremenik6800 2 жыл бұрын
Transformer type thing
@darkduckpl9620
@darkduckpl9620 2 жыл бұрын
Combining 4th and 1st idea with my own: combinable robots that can turn into either robot or bridge
@sentienttoast1319
@sentienttoast1319 2 жыл бұрын
It's criminal how perfect plasma is for Reid just cus he likes to make ridiculously complex builds
@someidiotlol
@someidiotlol 2 жыл бұрын
He's like the mumbo jumbo of engineering.
@Auriacularia
@Auriacularia 2 жыл бұрын
@@someidiotlol well does redstone count as engineering?
@rumpiro8979
@rumpiro8979 2 жыл бұрын
@@someidiotlol yup
@sylvia5925
@sylvia5925 2 жыл бұрын
He's like the mumbo jumbo of engineering.
@lurkenvoncurken518
@lurkenvoncurken518 2 жыл бұрын
Ille quasi mumbo jumbo ipsum
@Bobbias
@Bobbias 2 жыл бұрын
Quick breakdown of PID controllers: Proportional: It looks at how much difference there is between your set point, and your actual value. The bigger the difference, the bigger the output. Integral: it's like the proportional, except it takes into account time. For example, a small difference between set point and input over a long time will slowly build up a bigger and bigger output. A big difference over a short time will also result in a big output. Derivative: the derivative part is a bit different than the other 2. The other 2 use the amount of error between input and output, but derivative looks at how the error is changing. Is the error increasing (that is, is the difference between input and output getting bigger) or is it getting smaller? It's basically trying to predict how much error there will be in the future. The derivative term also often acts as a damping mechanism to help avoid overshooting your set point, as well as for avoiding what is called "hunting" where you are close to the set point, but begin to oscillate around that value rather than settling on the exact value.
@LQC2556
@LQC2556 2 жыл бұрын
Thanks, I figured that that was what the PID was for but I couldn't figure out why exactly it required differentiation/integration.
@gabrielc7861
@gabrielc7861 Жыл бұрын
ooga booga brain broke
@TheGrejp
@TheGrejp 2 жыл бұрын
You know a game is good when it has a built-in PID controller block
@ReidCaptain
@ReidCaptain 2 жыл бұрын
It's kinda wild that something that complex is offered as a basic building block
@TheGrejp
@TheGrejp 2 жыл бұрын
@@ReidCaptain Honestly I was very surprised when you mentioned it, also when you showed all the other math and programming, even though I've already seen a glimpse of how in-depth this game is and what you can do with it from your previous video. It is practically a "simple" visual programming IDE + physics simulator, reminds me of Matlab/Simulink. I never expected games to have the ability to make things this complex, but I'm all for it - finally my college degree is useful!
@jaylewis9876
@jaylewis9876 2 жыл бұрын
Wait, simulink is $1000s a year and less user friendly. How accurate is this game simulating reality?
@loserface3962
@loserface3962 2 жыл бұрын
@@ReidCaptain another game with a built in PID block is from the depths
@planetfall5056
@planetfall5056 2 жыл бұрын
@@ReidCaptain like From the Depths
@papahemmy8587
@papahemmy8587 2 жыл бұрын
7:20 I had a problem like this once. The issue is just that atan can't compute the angle in the correct quadtrant. It's always ether in the 1st for 4th. Normally you would compensate by adding 180 if x is negative (which would mean your answer is in the 2nd or 3rd quadtrant) or 360 if it's in the 4th quadrant (ie 315 instead of -45). so it would be like: +x,+y = atan is accurate -x,+y = add 180 to atan -x,-y = add 180 to atan +x,-y = add 360 to atan
@StoneBox_761a
@StoneBox_761a 2 жыл бұрын
Albert Einstein is that you?
@ReidCaptain
@ReidCaptain 2 жыл бұрын
Yes, I thought about it more later and could have done something like 1/2*((|x|/x)+1) and created a function that "activates" when positive and "deactivates" when negative, and then just tweak it for the opposite effect
@arandomdude880
@arandomdude880 2 жыл бұрын
your comment made me realize that I'm dumb
@0777coco
@0777coco 2 жыл бұрын
@@ReidCaptain just a quick question because i am pretty clueless but still interested - is that function you described there just supposed to give you a binary output to distinguish the two cases?
@robobuilder1335
@robobuilder1335 2 жыл бұрын
@@StoneBox_761a yep. There's actually atan2 that outputs between pi and negative pi. Basically 180 and -180
@bee_irl
@bee_irl 2 жыл бұрын
This game is so gooood, it seems to finally eliminate a lot of the jank that you had to deal with in all the other games, as well as give you more control over every little aspect of it. Would love to see more content from this, including (and especially) more detailed explanations!
@bwmgaming6938
@bwmgaming6938 2 жыл бұрын
What game is it
@bee_irl
@bee_irl 2 жыл бұрын
@@bwmgaming6938 it's called Plasma and this is the demo/early access version, free on Steam!
@willj3402
@willj3402 2 жыл бұрын
As a current engineering major taking calc, seeing integrals and derivatives in a game is both exciting and terrifying😂
@gflaig9131
@gflaig9131 2 жыл бұрын
Love how you explain your thought process!
@ReidCaptain
@ReidCaptain 2 жыл бұрын
Thanks, that's what I like about my videos!
@whoknows8864
@whoknows8864 2 жыл бұрын
*explain your war crimes.
@matthewhunter2443
@matthewhunter2443 2 жыл бұрын
“I saw that this game had a GPS receiver, so I wanted to make a missile” was what led to this video
@Bobbias
@Bobbias 2 жыл бұрын
I'm happy they offer PID as a built in block. Not that you can't roll your own with basic math blocks, but it's really convenient not to have to.
@ReidCaptain
@ReidCaptain 2 жыл бұрын
Yep, it's great! There are a lot of other math-y things too like vectors and arrays that are very convenient.
@xerveeon
@xerveeon 2 жыл бұрын
"The missile knows where it is by knowing where it isn't."
@BlastedHawk6416
@BlastedHawk6416 2 жыл бұрын
The missile knows where it is at all times. It knows this because it knows where it isn't. By subtracting where it is from where it isn't, or where it isn't from where it is (whichever is greater), it obtains a difference, or deviation. The guidance subsystem uses deviations to generate corrective commands to drive the missile from a position where it is to a position where it isn't, and arriving at a position where it wasn't, it now is. Consequently, the position where it is, is now the position that it wasn't, and it follows that the position that it was, is now the position that it isn't. In the event that the position that it is in is not the position that it wasn't, the system has acquired a variation, the variation being the difference between where the missile is, and where it wasn't. If variation is considered to be a significant factor, it too may be corrected by the GEA. However, the missile must also know where it was. The missile guidance computer scenario works as follows. Because a variation has modified some of the information the missile has obtained, it is not sure just where it is. However, it is sure where it isn't, within reason, and it knows where it was. It now subtracts where it should be from where it wasn't, or vice-versa, and by differentiating this from the algebraic sum of where it shouldn't be, and where it was, it is able to obtain the deviation and its variation, which is called error.
@omegahishumata1548
@omegahishumata1548 Жыл бұрын
A man of culture I see
@Mikee512
@Mikee512 Жыл бұрын
Delicious copypasta
@AntellPryyde
@AntellPryyde 2 жыл бұрын
Oh, wow, math that I genuinely never thought I'd see again in my life. And it only took a little over a decade to come back. Thanks, this is cursed. I love it.
@mrgarlic2639
@mrgarlic2639 2 жыл бұрын
That PID controller definitely gave me flashbacks from a certain controls class last semester...
@willp2906
@willp2906 2 жыл бұрын
The missile knows where it is at all times. It knows this because it knows where it isn't.
@orangespuddy7118
@orangespuddy7118 2 жыл бұрын
I’m currently working on something similar for a real life robot, so I hope I can provide some insight on how to fix your robot. One of the subtasks of the robot is to get the robot to a 2D target coordinate. I do this by finding the vector from the current robot coordinate to the target coordinate. Then I transform this vector into a polar vector (radius,angle) and use the two values for two different pids. One for maintaining the heading(using the angle), and another for slowing the robot to a stop as it reaches the target(using the radius). I hope this provides some help for the problems you are experiencing.
@ML_Tachanka
@ML_Tachanka 2 жыл бұрын
Thanks for showing a great game, great build, great vid and a great way to show that I’m dumb
@arandomdude880
@arandomdude880 2 жыл бұрын
same thoughts bro
@conqu3red545
@conqu3red545 2 жыл бұрын
Woo, more plasma gameplay! The potential for all sorts of craziness in this game is incredible.
@woutervossebeld4664
@woutervossebeld4664 2 жыл бұрын
You should try stormworks! It has motors, engines, microcontrollers, electric systems, weather and much more! I think your PID could use some more tuning as it is overshooting. Amazing video though!
@walker-snow
@walker-snow Жыл бұрын
Just learned that Plasma was no longer in development and the developers lost at least $650K from this project 😢 As being someone who developed games for Steam it's very heartbreaking.
@masonator__
@masonator__ 2 жыл бұрын
Very impressive! I tried to do something like this during playtesting, but I didn't get nearly as close as you did!
@florin5153
@florin5153 2 жыл бұрын
Have you ever played From The Depths? There are a lot of similarities between Plasma and FTD and lots of possibilities, but FTD has guns (and nuclear warheads ;) ). It has quite a steep learning curve but I think it's a lot of fun when you know how things work and how to make them work. I'd really like to see what you would come up with! :D
@cristophernavarro1819
@cristophernavarro1819 2 жыл бұрын
YES, was looking for this comment
@orangespuddy7118
@orangespuddy7118 2 жыл бұрын
I was screaming PID as you put in the block in lol. That’s super cool that they have a built in block for that
@maxboskeljon6440
@maxboskeljon6440 2 жыл бұрын
Rc: discovers a new game Rc the next video: so i made an icbm..
@honeybadger2371
@honeybadger2371 2 жыл бұрын
Parents: games can't teach you anything, you'll learn nothing from it. The game: 5:49
@grexjr1420
@grexjr1420 2 жыл бұрын
I love the “war crimes?” In the thumbnail. Fits that Reid would just calmly commit war crimes with peaceful music in the background.
@Maker0824
@Maker0824 2 жыл бұрын
I swear every video it’s like: “ok, he’s shown all the problems, now comes the best part of the video where he fixes them and creates an amazing end product” “Bye. Thanks for watching.”
@Mattoony
@Mattoony 2 жыл бұрын
What a nice video! Remind me when I tryed to make one in Stormworks!
@EpsilonRosePersonal
@EpsilonRosePersonal 2 жыл бұрын
You might want to look into From the Depths. It's a game about building warships, but it gives you a lot of freedom and ability to control and automate things (I think I first learned about PIDs in From the Depths). So you could do things like build an automated rocket drone, and then actually tip it with a nuke.
@MichaelOxlongerThanYours
@MichaelOxlongerThanYours 2 жыл бұрын
It is incredible that you managed to figure out how to use the PID controller. That took me almost a week of constant effort to get a working PID setup for my model plane irl and here you are figuring out the basics in an hour. My hat is off to you. One recommendation that I have is to try to combine some of your math expressions so that multiple functions use the same math expression.
@georgetserovski8386
@georgetserovski8386 2 жыл бұрын
War crimes? You mean trolling the civilians?
@theaudiokitchen5942
@theaudiokitchen5942 2 жыл бұрын
You should try to make a gatekeeper or CWIS
@TeddyJayO1
@TeddyJayO1 2 жыл бұрын
This man is an actual honest to god rocket scientist
@scottowens398
@scottowens398 2 жыл бұрын
It doesn't take a rocket scientist to know that.
@KngMaxwell
@KngMaxwell 2 жыл бұрын
this is so cool to watch because there’s no way i could play this effectively, too much math and numbers
@Karol52752
@Karol52752 Жыл бұрын
I did a lot of PID stuff in Simpleplanes, and the wobbling close to the target angle is usualy caused by the derrivative regulator being too strong
@_ayohee
@_ayohee 2 жыл бұрын
When you were having stability issues earlier on I was screaming out for a PID solver, *_and then the game actually had one_*. Bravo plasma devs, bravo!
@Ecoryzer
@Ecoryzer 2 жыл бұрын
Usually I don't watch your videos but I'm attracted to the ICBM so now I'm here
@itryen7632
@itryen7632 2 жыл бұрын
The missile knows where it is, because it knows where it isn't.
@ArtyMars
@ArtyMars Жыл бұрын
I could not stop laughing at each attempt to get it flying omfg the chaos of this game is incredible 😂😂😂😂😂
@1mariomaniac
@1mariomaniac 2 жыл бұрын
Me listening to him explain his ICBM: _I like your funny words, magic man!_
@123TeeMee
@123TeeMee 2 жыл бұрын
I like how you achieve something close to an orbital launch within the first minute of the video of a non-space game
@runforitman
@runforitman 2 жыл бұрын
3:56 high derivative is nice except for irl it likes to destroy motors
@savionhathorn6945
@savionhathorn6945 2 жыл бұрын
Real dedication man nicely done
@chance713
@chance713 2 жыл бұрын
Excellent, just the frequencies and photons I needed to stimulate my brain. 🤔💭
@Edward-pw6zz
@Edward-pw6zz 2 жыл бұрын
russia: "write that down! write that down!"
@ezrakornfeld8436
@ezrakornfeld8436 2 жыл бұрын
calculate a parabola with roots at the rocket and the target and the 2d plane that it’s on be a vertical plane with the x axis being the line between the rocket and the target before it launches and store it. If you use the distance to the target plus a set value of offset (say 10) as x then you can calculate y and get a point on the parabola. The angle between the rocket and the offset point is the target angle and this will make the missile follow a parabolic arc from launch site to target.
@ReidCaptain
@ReidCaptain 2 жыл бұрын
I suppose that would work well, but without me understanding how the air resistance in the game works it would probably be hard to get right
@ezrakornfeld8436
@ezrakornfeld8436 2 жыл бұрын
Ye
@jambosuss
@jambosuss 2 жыл бұрын
@@ReidCaptain Is there air resistance?
@popefrancis9565
@popefrancis9565 2 жыл бұрын
The missile knows where it is at all times. It knows this because it knows where it isn't, by subtracting where it is, from where it isn't, or where it isn't, from where it is
@vendesifiat600
@vendesifiat600 2 жыл бұрын
I did not understand a single thing you did. Cool as hell tho. (Also, with this gps thing i would like to see some kind of auto-aiming trebuchet)
@mrhax4741
@mrhax4741 2 жыл бұрын
the first 8 seconds of this video sounds like its straight out of a nile green script amazing 😂
@dimethebloodwolf3034
@dimethebloodwolf3034 2 жыл бұрын
I don't understand math, but man, this brother makes me enjoy it.
@3rdgig
@3rdgig 2 жыл бұрын
The missile knows where it is at all times, it knows this because it knows where it isn't
@the_retr0_gamer292
@the_retr0_gamer292 2 жыл бұрын
The missile knows where it is, because the missile knows where it isn’t
@outofproportion1444
@outofproportion1444 2 жыл бұрын
this man was born to force games to play as he intended, they have no choice
@sirnikkel6746
@sirnikkel6746 Жыл бұрын
*"The rocket know where it is, because it knows were it isn't"*
@pavel7950
@pavel7950 2 жыл бұрын
"Hey guys, Mark Rober here, today I made a nuke"
@rushikesh1038
@rushikesh1038 2 жыл бұрын
I like your funny words logic man!
@nickthenuker7916
@nickthenuker7916 2 жыл бұрын
The missile knows where it is because it knows where it isn't
@chickwensrule
@chickwensrule 2 жыл бұрын
"I saw that is game had a GPS receiver. That got me thinking and I wanted to try making a guided missile." lol
@foxblaze2965
@foxblaze2965 2 жыл бұрын
I love that one the first few videos on Plasma already includes a GPS guided missile-
@MiniePixie
@MiniePixie 2 жыл бұрын
Reid, you need to look at stormworks!! Has been out for ages, has all the sensors you need, and custom visual or lua script programming. If you want to make stuff like this then Stormworks is the best game hands down. It uses a voxel building models with no branching links like this game and ksp. You vessel is considered a solid entity and you can loop a craft back onto itself because you arent using a part based builder. Long story short, Stormworks does everything you want ReidCaptain. And in my opinion it does it better than plasma with a couple years headstart on this game almost every aspect of the creation and programming process in stormworks is polished and intuitive. I think this game looks cool but it isnt the first with visual programming and sensors, the big downfall for this game will be that vessel’s are built like trees branching from an origin point like KSP. Stormworks trumps any vehicle builder ive played because it doesnt use that stupid branching tree of connection points.
@captainjirk9564
@captainjirk9564 2 жыл бұрын
Wow! It's crazy to find out along with you that the missile knows where it is because it knows where it isn't!
@onerxowns2202
@onerxowns2202 2 жыл бұрын
Explanation of how PID works: P - Proportional = Actual thrust input (lower number are easier to correct) I - Integral = Time delay between corrections (how often signals get send to thrusters for correction) D - Differential = Predict future signals to thrusters (useful for hovercraft vertical impulse patterns)
@Breadicius
@Breadicius Жыл бұрын
ive learned more math from this video than school could teach me
@Darkforge07
@Darkforge07 2 жыл бұрын
What happened to “Homebrew - Patent Unknown”?
@YMandarin
@YMandarin 2 жыл бұрын
Reid: sets I and D to 10 me foreshadowing: there is no way thats gonna work
@waywardscythe3358
@waywardscythe3358 2 жыл бұрын
We covered this sort of thing in my Naval Weapons Systems Engineering course.
@BrandonShimizu
@BrandonShimizu 2 жыл бұрын
Is no one going to acknowledge his drawing skills in Microsoft paint? Of all programs for sketching, not the first that comes to mind. But damn, he sure did make it work.
@duythuchoang5095
@duythuchoang5095 2 жыл бұрын
Ah yes, the classic: A lot of scientific terms that I sure as hell don't understand but I still watched the whole video
@crazybird199
@crazybird199 2 жыл бұрын
Wait you actually did it? That is for making my suggestion!
@tdubmorris5757
@tdubmorris5757 2 жыл бұрын
this game seems perfect for Reid Captain, seeing that some of his very first videos were about making a platformer game in desmos. (Math + Engineering = Epic 💯)
@benjibo8358
@benjibo8358 Жыл бұрын
jesus christ the first thing you think of whenever you see a gps in a new building game is: Can i make a intercontinental ballistic missile whit this?
@tdubmorris5757
@tdubmorris5757 2 жыл бұрын
im so excited for the future of plasma
@logicbuilder1204
@logicbuilder1204 2 жыл бұрын
The arctan problem is pretty common in programming, thats why most programming languages, including sketch, includes atan2, which is a function that takes into account the quadrants for you.
@marshaenderheart
@marshaenderheart 2 жыл бұрын
The missile knows where it is
@SUNBEAM_404
@SUNBEAM_404 2 жыл бұрын
Trying to blow up plasma makes more plasma.
@hurlemort_
@hurlemort_ 2 жыл бұрын
Please do an intelligent drone that corrects himself
@metalspoon69
@metalspoon69 2 жыл бұрын
Kim Jong Un: write that down! write that down!
@male_04
@male_04 2 жыл бұрын
Now they just need to add explosives to the full version!
@SelflessPotato
@SelflessPotato 2 жыл бұрын
Jesus, a PID controller in a game? This is a more powerful game than I realized lol
@etymologynerd.
@etymologynerd. 2 жыл бұрын
Now make a missile defense system to hit this rocket
@JakeABee
@JakeABee 2 жыл бұрын
Man could make a particle accelerator and make it look easy.
@ztirom2267
@ztirom2267 2 жыл бұрын
This game has everything and then a bit more
@lucaboyle8338
@lucaboyle8338 2 жыл бұрын
Oh yes the perfect thing that I expect a mess in a video gaming video
@blaze4740
@blaze4740 2 жыл бұрын
POV you are a rocket scientist now
@ninjabaiano6092
@ninjabaiano6092 Жыл бұрын
The rocket knows where it goes because it knows where it was. By knowing where it was we know we're it was not. But we don't don't know where the rocket will be unless we know we're it is now and where it was before.
@wangchum349
@wangchum349 2 жыл бұрын
RC, I think you would enjoy a game named Stormworks, the possibilities in it are endless, especially in logic
@katunu6030
@katunu6030 2 жыл бұрын
Reid I want to see you make a black shark helicopter that can fire rockets with infrared at long distances.
@coolcat498
@coolcat498 2 ай бұрын
I would have done it differently, instead of all of the thrusters pushing and changing the angle, I would have made a few thrusters that serve as thrust only and some sideways thrusters acting like Rcs on spacecraft on the pitch and yaw Axis, one more thing would be a stabilized thruster, fine tuned to equal the weight of the rocket, to negate completely the gravity and thus removing any issue caused by gravity, and perhaps, if available in game, some wings acting as stabilizers because making rockets without those is a very bad idea
@vortex-real
@vortex-real 2 жыл бұрын
plasma looks fun
@CSX1827Guy
@CSX1827Guy 2 жыл бұрын
imagine scrapman and real civil engineer seeing this
@gottogo3326
@gottogo3326 2 жыл бұрын
Reid: Hey guys today I'm back in the plasma demo and i saw there was a gps tracker, so I wanted to make a guided missile. he sounds so happy
@tOhB_
@tOhB_ 2 жыл бұрын
*sees GPS*, first thought is “ooh I could make a missile with this!”
@ReidCaptain
@ReidCaptain 2 жыл бұрын
Literally me
@secretisbest
@secretisbest 2 жыл бұрын
You could do something interesting in kerbal space program with the kOS mod!
@mrllamaton1873
@mrllamaton1873 2 жыл бұрын
youtube: Scrap mechanic! other people: the 4th type of state o' matter
@latexbeep
@latexbeep 2 жыл бұрын
Werner von Braun developing the V2 be like
@Add_Infinitum
@Add_Infinitum 2 жыл бұрын
I'm a senior in MechE and I learned about PID controllers in one of my classes like 2 weeks ago
@andrearosario8512
@andrearosario8512 2 жыл бұрын
Is he actually good at using PID controllers? Or is he just randomly flipping buttons. lool
@trucksarenoisy
@trucksarenoisy 2 жыл бұрын
You should try playing stormworks, it lets you build big logic stuff and it's a complex game, good for you
@astron4606
@astron4606 2 жыл бұрын
*Inhales* The missile knows where it i-
@ThePickleSoup
@ThePickleSoup 2 жыл бұрын
Saw PID and got flashbacks of From the Depths. They were not good flashbacks...
@Nishye501
@Nishye501 2 жыл бұрын
There was a nat geo ad before this vid, the combination of the two is kinda worrying
Making an Enemy Powered Engine in Besiege
13:51
Reid Captain
Рет қаралды 144 М.
So I Played More Plasma, And Built This.. 👀
15:41
Durf
Рет қаралды 16 М.
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
BeatboxJCOP
Рет қаралды 61 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,6 МЛН
Making a Machine Gun in Scrap Mechanic
15:34
Reid Captain
Рет қаралды 184 М.
When bridge engineering BREAKS REALITY... Plasma!
16:29
Real Civil Engineer
Рет қаралды 321 М.
Steam engines in Besiege
15:51
anacronistic curmudgeonry
Рет қаралды 39 М.
Making a Missile Launcher to Annihilate Besiege
13:06
Reid Captain
Рет қаралды 146 М.
Scrap Mechanic is DYING (& YOU are killing it.... maybe..)
12:46
I Made AI go to WAR in Minecraft
14:05
Tombino
Рет қаралды 333 М.
I Exploited This Game's Entire World to Create Infinite Chaos - Enshrouded
29:22
Can You Use Only Tiny Parts to Get to Gilly in Kerbal Space Program?
16:00
Making a Precision Bomber in Besiege
15:31
Reid Captain
Рет қаралды 162 М.
Making a Realistic Shotgun in Besiege
13:43
Reid Captain
Рет қаралды 389 М.
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН