So complicated now when all you had to do before was add a yellow axle
@-._Radixerus_.-11 ай бұрын
For REAL.
@quoted75889 ай бұрын
You can still just add a yellow hinge to the wheels and make a simple car, but the wheels won't turn
@Produdss_YT6 ай бұрын
Yeah, you can make a simple car with the f3x building tools plugin.
@11xr0016 ай бұрын
@@quoted7588 the weird thing is i can make a 5 part car and it works properly but when i do it with a car that i actually NEED TO WORK, it of course doesnt work!
@Ethanfilms82735 ай бұрын
This one allows for more flexible customization, including realistic steering and drivetrain
@drthunder55273 жыл бұрын
Tech insider out here giving us the information we need for a successful life
@MandingoAfricano3 жыл бұрын
Lol
@Rantasalmi472 жыл бұрын
@Bluegenic yeah i watch him
@GlyphidGuard Жыл бұрын
Of dude sitting in basement and making goofy game about spider train
@Rantasalmi47 Жыл бұрын
Tf when did i comment this
@TheOGBeezy Жыл бұрын
@@Rantasalmi47 moods ive felt
@fudgiyo71492 жыл бұрын
--For the people who would rather copy and paste local seat = script.Parent.VehicleSeat local backLeft = script.Parent.BackLeft local backRight = script.Parent.BackRight local frontLeft = script.Parent.FrontLeft local frontRight = script.Parent.FrontRight local steerAngle = 30 local speed = 60 seat:GetPropertyChangedSignal("Steer"):Connect(function() frontLeft.PartB.SteeringConstraint.TargetAngle = steerAngle * seat.Steer frontRight.PartB.SteeringConstraint.TargetAngle = steerAngle * seat.Steer end) seat:GetPropertyChangedSignal("Throttle"):Connect(function() frontLeft.Wheel.WheelConstraint.AngularVelocity = speed * seat.Throttle frontRight.Wheel.WheelConstraint.AngularVelocity = speed * -seat.Throttle backLeft.Wheel.WheelConstraint.AngularVelocity = speed * seat.Throttle backRight.Wheel.WheelConstraint.AngularVelocity = speed * -seat.Throttle end)
@josephdowse19812 жыл бұрын
ty
@ToasterOvenYT2 жыл бұрын
bruh thx sooo much I tried to type it on my own and it did not work. And when I used urs it worked fine. thx again
@JustOt3k Жыл бұрын
DUDE I LOVE YOU SO MUCH
@noob1eplaysroblox Жыл бұрын
Dude, they had pastebin link in their desc
@noob1eplaysroblox Жыл бұрын
@@ToasterOvenYT Dude, they had pastebin link in their desc
@themupproductions22732 жыл бұрын
Guys make sure to name the Wheel parts "Wheel" or the motor to make your car move will not work with the script.
@grandchemist70042 жыл бұрын
THANK YOU SO MUCH! That's why it wasn't working!
@bud9782 жыл бұрын
omg thank you so much
@Taylorfr777 Жыл бұрын
OMG BRO MARRY ME I LOVE U UR SO COOL U, UR THE REASON IM STILL ALIVE, U GAVE ME PURPOSE IN LIFE. I CAN FINNALY SLEEP. YOU PROBABLY LOOK LIKE THE ROCK BUT BUFFER AND HAVE THE MOST HANDSOME FACE EVER. THANK. YOU.
@Roblox_dbvhwf1233 Жыл бұрын
Thank You!!! Working
@folder9110 Жыл бұрын
still not working
@alackofskill Жыл бұрын
this was a massive help! I have tried other tutorials before and they were either unclear or just didn't work when I tried to build the car multiple times. This video was clear and concise. I had some trouble with the steering function but I just messed up the attachments and I need to rewatch the video.
@moonrock75923 жыл бұрын
So they finally decided to make useful videos, nice.
@Smokeytds Жыл бұрын
for some reason when i press w a s d nothing happens. The wheels are named Wheel.
@ellisfletcher34912 жыл бұрын
**Anyone who find the car does not work, Check that your wheels are named "Wheel" and not "Part". This is a fault with the code from pastebin if you used it.
@ferret9263 Жыл бұрын
I did that and it still does work
@Jesperoblox Жыл бұрын
Thanks! This made mine work, before all it could do was stand still and turn the front wheels.
@monikvegaoficial2135 Жыл бұрын
Ty so much... this really work for me.
@Captain_Kon Жыл бұрын
Thanks, this fixed it.
@Gorman17 Жыл бұрын
Thank you
@itzthejj3699 ай бұрын
When trying to do the hinge part and connect it to part A It wasn't working.
@Burst_Vurplese2 ай бұрын
Exactly
@WhoInterpretedDreamsАй бұрын
it is most likely because part A and part B were welded together.
@busexpert1334Ай бұрын
@danielsonderegger530 how do you fix that
@WhoInterpretedDreamsАй бұрын
@@busexpert1334 search for the weld parented to either partA or partB, which has the part0 and part1 properties as partA and partB, and delete teh weld. the properties could be switched
@noahisdunn16 күн бұрын
delete the weld on part b
@pinochet33173 жыл бұрын
Thanks Tech Insider! Very Cool!
@terrymorgan28542 жыл бұрын
I'm so confused. I did everything by the book and the hinges work but the car is lifeless. My vehicles still turn like they did ten years ago and the whole thing crumbles if a weld dare see a weld constraint. I just dont get it. I can't even just put up with classic ride because the whole model unwelds at the sight of a joined surface.
@terrymorgan28542 жыл бұрын
I'm saying when I 1st started I literally just put the weld on the face. I'm fine with change, but it's been day's and all I've got is a game that feels like it's fighting me.
@beambloxdrive Жыл бұрын
the same thing happends to me, can you tell me how fix it?
@robotblocks323211 ай бұрын
This tutorial was extremely useful. One problem I had was that my car would move straight, but won't turn. Turns out that for the constraints, I spelt them incorrectly. And guess what! The little mistake was that there was a space in between steering and constraint. I got rid of the space and the car worked just fine! LOL! Coding is very picky about grammar, so be careful about that!
@Chesslord692 жыл бұрын
I think you should make a copy and paste script for lazy people like me.
@wicked-smaht2 жыл бұрын
there is a pastebin link in the description
@ieatscookies9852 Жыл бұрын
Or you can actually learn by writing the script along with the video.
@GetsNapped-vd9xb Жыл бұрын
Yeah
@tookenderthe2nd Жыл бұрын
@AdisTonest yeah no that wont work 9
@GamingEnthusiasts5952 Жыл бұрын
True
@Dark_Hunter-xo1op6 күн бұрын
if u wanna add parts to the car like build it up put weld constraints in the chassis and then connect them to every part
@A1rborneExplorer2 жыл бұрын
Other tutorials are like around 15 Minutes and hard, But this one is short and Easy. Thank you!
@michellewade92622 жыл бұрын
how am i supposed to remember how to do this this isnt even short
@Fidumo2 жыл бұрын
i agree with Michelle, tutorials arent just for copying off of the tutorial and never using the information again, they are for remembering and using the information later on. this tutorial isnt short enough and i cannot remember any of this even at 2x speed.
@AAssetCools Жыл бұрын
@@Fidumo disagree, i was able to remember every single step in this video in one watch
@jozhieproductions2 жыл бұрын
IT WORKS!!! AT LAST!!!! Thanks for making a clear, easy to follow tutorial :)
@keeryeltetty29012 жыл бұрын
My car isnt accelerating...
@jozhieproductions2 жыл бұрын
@@keeryeltetty2901 I don’t know exactly what could be causing that, my advice is just make absolutely sure everything is renamed to the correct thing and all the constraints are in the right direction
@Flynn07652 жыл бұрын
@@jozhieproductions i did everything correctly but its not working
@wingedcheetah-rn8qg2 жыл бұрын
@@Flynn0765 I have the same problem but I just noticed that the one of the front and one of the back constraints are in the wrong direction
@notrosee2 жыл бұрын
mine wont move :( ive checked everything
@coconutdonut72352 жыл бұрын
this is one of the best roblox tutorials i've ever watched
@РостиславАнтошечко18 күн бұрын
if anyone wondering why their car aren't working, check if wheels are named "wheel," and if it doesn't work check if vehicle seat is in the car model, not the chassis
@verticalhamburger95172 жыл бұрын
Very useful, everything was described well and no important details were left out Thank you, I can now make my own custom classic-themed vehicles with a real turning mechanism!
@masol37262 жыл бұрын
This is shit, I've used the tutorial... the car controls are lagged since the seat property getting changed is only registered by the server. Use UserInputService instead
@verticalhamburger95172 жыл бұрын
@idk idk if you follow the instructions properly, they should turn when you press A or D
@unclepullar Жыл бұрын
@@verticalhamburger9517 i seem to be stuck on the turning part.
@unclepullar Жыл бұрын
nvm i got it.
@verticalhamburger9517 Жыл бұрын
@@somerandomgentleman Do you have join surfaces on? It's a check box near the main tools like move, rotate, etc
@MLR_SP190011 ай бұрын
its so complicated, just import an A-Chassis and move the body on it. Its very simple and beautiful.
@TiagoDiaz-h6z6 ай бұрын
that's not the same.
@intdisaster2 жыл бұрын
For those saying that it sounds like AlvinBlox, it actually is alvinblox. You can see that his name is literally under the Producer. 8:22
@fewbronzegames24 күн бұрын
tip: change wheel material to rubber to make it more accurate, this changes how much friction it has so it wont slide as much
@HamzaIsBoredRn2 жыл бұрын
my whole car broke just because i didn't see the 2 Hyphens in the script lol Thank you so much bud making cars is from the funniest thing i like to do in studio I appreciate your work to make this tutorial.
@happyentertainment8003 Жыл бұрын
thank you for telling, i missed that too lol
@keysbee33402 жыл бұрын
tech insider is teaching us stronger than schools
@dolphinlegends3406 Жыл бұрын
frfr
@unclepullar Жыл бұрын
frfr but my car won't turn
@stevejones694203 жыл бұрын
Chad content right here bois
@xiticals Жыл бұрын
I did everything the video said, but for some reason my car doesnt go foward the wheels turn and stuff but it doesnt go foward when i press W
@wilczexzzyt6980 Жыл бұрын
I have the same problem
@JJcool9 Жыл бұрын
Change the name of all the wheels from "Part" to "Wheel"
@fuzionkoil Жыл бұрын
@@JJcool9 i have the same problem as this guy, i did that but it still won't work
@func_alt2 жыл бұрын
Thank u so much. I can finnaly update my car gasme cool job dude
@R32lowwol5 ай бұрын
can i try ur car game
@adaptable2724 ай бұрын
if anyone in the future is having the issue of the front wheels wobbling when driving, enable custom physical properties for both partB's and set density to around 30 (you can play around with the value) and the wheels should stop wobbling
@FinnardoDeCaprio9 ай бұрын
For some reason the Front wheels of my Car is really wobbly. also is there a way to make it less Slippery? i've tried changing the Friction of the Wheel but it just made it Worse. can anyone Help?
@Unknown-ni1yd4 ай бұрын
Do you have a additional hinge or hinge in an incorrect position? That may be you problem
@FinnardoDeCaprio3 ай бұрын
@@Unknown-ni1yd hello! i actually already fixed this problem. i think its because the wheels where spinning in oppisite directions. but still, thank you for your help!
@GamingEnthusiasts5952 Жыл бұрын
No one: Me: Uhh, cool, could you by any chance give that to me without a stroke?
@AviationNation182 жыл бұрын
Wow,this must of took a long time to make !
@roachy7225 күн бұрын
if you cant attach a hinge constraint to any parts, you may need to delete the parts' weld, then attach the hinge
@Lk-nx4rv2 жыл бұрын
Would've been helpful if he did the coding on cam instead of off cam considering I'm extremely new to coding.
@turtlebeefpv50712 жыл бұрын
Im new too also im making a cart gamE!
@EthanLim-f9w Жыл бұрын
same here
@edilmafernandez88382 ай бұрын
3:04 not 3 cylinders, 4 CYLINDERS!
@F1inschools.InfinityX2 ай бұрын
it's 3, he added 1 so he added 3 more
@samusfan2334 Жыл бұрын
Hi! I had a quick question on something. Ive followed the modeling to a T, n the script is directly from the pastebin. But while the steering works, driving wont. Nothing is anchored nor do parts a & b have collision on. Alongside that, im getting an error message in my output that reads "Wheel is not a valid member of Model "Workspace.Car.FrontLeft" - Server - Script:18". was just wondering what could possibly be causing this?
@kryddsaltet Жыл бұрын
"Wheel is not a valid member of Model "Workspace.Car.FrontLeft" " is a pretty self-explanatory error. There is no part within the model "Workspace.Car.FrontLeft" named "Wheel". You need to rename the part.
@samusfan2334 Жыл бұрын
@@kryddsaltetim not exactly sure which part i have to rename as wheel though. it happens even if i duplicate the front right wheel, or i model it separately. always the left front. I've troubleshooted with renaming already but i'll try again and see if it works.
@kryddsaltet Жыл бұрын
@@samusfan2334 The actual wheel should be named "Wheel". The cylinder.
@WhipplesMemes8 ай бұрын
That just means it cannot find the wheel so it is in an incorrect place
@adventuresinfarterspace67302 жыл бұрын
TSYM! I've been looking for a video on this that worked and none of them did! I used to know how to make an even more basic car than this but it dosnt work anymore. Also did you ever say that you needed to name the wheels "Wheel"?
@Spacedzz2 жыл бұрын
Yes you have to name all of the wheels "Wheel". At first my car wouldn't move, so I went to the comments and saw this one, so I tried it and it worked.
@primeprajwal6 ай бұрын
Thank you, you saved me a lot of pain
@adventuresinfarterspace67306 ай бұрын
@@primeprajwal np. Your a year late btw.
@RandomPlaneMan Жыл бұрын
I go to school and get a corrupted education The time I spent here's left me yearning for vacation These notebooks that I seek They are my key to liberty I think the teacher might be somewhat psychopathic Can't even figure out his bAsIc mathematics Incomprehensible Close to impossible And as I get his problems incorrect, He directs... I hear every door you open And i know just where you're goin You're failing again and again My ruler's locked and loaded With my ulterior motives Think you can make it to the weekend? Better get out while you can! Get out while you can! The retributive rhythm of the metronomic master, It echos through the halls... I think its getting FASTER! Trying to get ahead, but i just get detention Each step is filled with dread He's paying close attention Freedom sounds so sublime but now it's sweeping time And as I do my very best, He still says: I hear every door you open Did you say my system's broken? Pathetic that you can't understand Everything you're doing brings you closer to your ruin Don't think there ain't no consequences Get out while you still can! Oh, I remember preschool, Back when we always played It's dire times like these I wish i could have stayed At least i get to jump rope... but it's just not the same She stops me in my tracks, And it makes me go insane He gets closer And closer... And closer! OH OH THAT'S ME THAT'S ME THAT'S ME THAT'S ME MEEEE ME, ME THAT'S ME OH OH THAT'S ME THAT'S ME THAT'S ME THAT'S ME MEEEE He hears every door I open, And he knows just what I'm doing And I can't start this over again His ruler's locked and loaded, With his ulterior motives I'll never make it to the weekend GET OUT WHILE YOU STILL CAN! THAT'S ME THAT'S ME THAT'S ME THAT'S MEEEE OH THAT'S ME THAT'S ME THAT'S ME THAT'S MEEEE (STAY, STAY AWAY FROM ME!) OH THAT'S ME THAT'S ME THAT'S ME THAT'S MEEEE OH THAT'S ME THAT'S ME THAT'S ME THAT'S MEEEE It's me...
@Lolcat326 Жыл бұрын
Why
@legendhuy4413 Жыл бұрын
Every Door by CG5.
@theguradien8 ай бұрын
I can now be in peace, knowing that i made a working car, Awesome tutorial!
@texist7856 Жыл бұрын
what do i do if my wheels are wobbly? i have followed the tutorial as accurately as possible can some please reply if they have a solution!!
@DtP4775 ай бұрын
I found a solution. Under PartB in both of the front wheels, In the Steering Constraints, all the way at the bottom, turning up "ServoMaxTorque" to something like 20 or 25 thousand fixed it for me. I was having the same problem with wobbly wheels too.
@microvive305 ай бұрын
@@DtP477 Its not working for me.
@DtP4775 ай бұрын
@@microvive30 just keep changing the settings until something changes. That’s was worked for me, Also make sure that massless is checked.
@intdisaster3 ай бұрын
@@DtP477 don't do that, that's a stupid and idiotic mistake most beginners do. Make sure you actually know not only what you say but what you do in Roblox Studio instead of blindly following youtube tutorials
@JamMC8 ай бұрын
Alvin blox?
@readyplayer21972 жыл бұрын
If the card seems to slide to much i would enable "Custom Physics" on the wheels and set "Friction" to 0.8 Small hint from a roblox dev (;
@Kjilness2 жыл бұрын
thanks bro 👍
@Fidumo2 жыл бұрын
didnt help too much, its still slippery. but now it turns faster, so thanks i guess??? oh wait nvm this did help i just realized i forgot to put the minuses in the code so thats a different issue, thanks!
@EvilNeonETC3 жыл бұрын
Its been years since I ever saw a tutorial for roblox. Imma give you this one guys 😂
@NinjacraftCodes2 жыл бұрын
I knew this guy was alvin blox lol.
@superninjajet3 ай бұрын
Thank you so much for making this! Your video helped me out a lot. :)
@geniousOG3 жыл бұрын
Thanks
@gentleman12702 Жыл бұрын
i literally forgot to set the wheel constraint actuator type to motor and the entire car broke and wouldnt drive but it works now good tutorial
@avxtionwxxb Жыл бұрын
Hi, I’m just wondering if you could do a tutorial on how to make wheels spin without like the wheel being the main source. So like for wheels on a planes landing gear. They only spin when the plane is pushed by thrust. Is there a way to create that system. I’ve seen it in many aircraft games and can’t figure out how to do it
@antitd11 ай бұрын
To anyone with the hinge problem: You need to connect the part to a CYLINDER for some reason, else it won't work. If you have connected a cylinder with part, then you can connect two block parts with hinge.
@Trumblz11 ай бұрын
it still doesn't work
@Mar_volite9 ай бұрын
@@Trumblz remove weld from both parts B and it should work
@traditional_end2003 Жыл бұрын
thanks so much for this tutorial man! it was extremely useful, simplistic, and works great for a start of a car :D however-- i, much like a few others in the comments had a problem with the code as well, where i could steer but not actually move forward. basically what the problem was, was that i didn't name the part "wheel". so when it went back to reference "Wheel.WheelConstraint.AngularVelocity" etc, it came back with an error saying that "Wheel" was not a part of "frontLeft". so instead i replaced it with the word "part" to accomodate. also, specifically for me i had a problem with line 19, where i had typed, "...AngularVelocity = speed*seat - seat.Throttle" rather than "...AngularVelocity = speed*-seat.Throttle", this was my personal problem though and probably just a typo of my own. but this code worked for me! so hopefully it'll work for you guys too! :) main lesson: just check your output regularly guys! here's my personally edited code, if you named the part "wheel" then ignore it being labeled as "part" in this instance and just rename it. | V local seat = script.Parent.VehicleSeat local backLeft = script.Parent.BackLeft local backRight = script.Parent.BackRight local frontLeft = script.Parent.FrontLeft local frontRight = script.Parent.FrontRight local steerAngle = 30 local speed = 60 seat:GetPropertyChangedSignal("Steer"):Connect(function() frontLeft.PartB.SteeringConstraint.TargetAngle = steerAngle*seat.Steer frontRight.PartB.SteeringConstraint.TargetAngle = steerAngle*seat.Steer end) seat:GetPropertyChangedSignal("Throttle"):Connect(function() frontLeft.Part.WheelConstraint.AngularVelocity = speed*seat.Throttle frontRight.Part.WheelConstraint.AngularVelocity = speed*-seat.Throttle backLeft.Part.WheelConstraint.AngularVelocity = speed*seat.Throttle backRight.Part.WheelConstraint.AngularVelocity = speed*-seat.Throttle end)
@Bu1ld3r_B0B Жыл бұрын
This helped!
@traditional_end2003 Жыл бұрын
sweet! @@Bu1ld3r_B0B
@detect1ve6903 Жыл бұрын
ay tysm bro 😁
@dylandecock6064 Жыл бұрын
Tysm
@Arietolon-od5wh Жыл бұрын
I'm having the opposite problem where I can move but I can't steer
@Ethanfilms82734 ай бұрын
If you want smoother steering on mobile, just replace steer with steerfloat and throttle with throttlefloat
@nonchallant3 жыл бұрын
ah yes exactly what i needed
@Oioioi428sigma4 ай бұрын
2:20 I try to add a hinge and literally nothing happens at all
@Epikgamer022 ай бұрын
I know mine neither
@AlreadyCode Жыл бұрын
The wheels are rapidly shaking left and right like its steering for me in a direction but changes every second, what do I do, can someone please help?
@epicstalgiaUK_epic8 ай бұрын
thats the same for me
@v4nixd3 ай бұрын
@@epicstalgiaUK_epic if ur wheels are not steering smootly use seat.SteerFloat
@healthynatureofficial8 ай бұрын
Most clear examples, thanks ❤
@sineourgus Жыл бұрын
local seat = script.Parent.VehicleSeat local backLeft = script.Parent.BackLeft local backRight = script.Parent.BackRight local frontLeft = script.Parent.FrontLeft local frontRight = script.Parent.FrontRight local steerAngle = 30 local speed = 60 seat:GetPropertyChangedSignal("Steer"):Connect(function() frontLeft.PartB.SteeringConstraint.TargetAngle = steerAngle * seat.Steer frontRight.PartB.SteeringConstraint.TargetAngle = steerAngle * seat.Steer end) seat:GetPropertyChangedSignal("Throttle"):Connect(function() frontLeft.Wheel.WheelConstraint.AngularVelocity = speed * seat.Throttle frontRight.Wheel.WheelConstraint.AngularVelocity = speed * -seat.Throttle backLeft.Wheel.WheelConstraint.AngularVelocity = speed * seat.Throttle backRight.Wheel.WheelConstraint.AngularVelocity = speed * -seat.Throttle end)
@Zhernobs2 жыл бұрын
Thank you i was plannings to make cart game but you can drive it - sum idea to steal - (ALLOWED TO STEAL) 1. CART WITH 1 DRIVER SEAT AND 1 SEAT 2. CUSTOM RAIL (warning: dont steal the cart OG rail it sucks) 3. SPEED BUMP (Imagine a person want to beat so bad you need to add speed bump) 4. EXTRA RAIL IN 1 STUD AWAY FROM MAIN RAIL (Plot twist: this actualy helps when you speed from going down the rail to make the game nicer and clean) 5. CHECKPOINT TEAMS (This actualy helps the game improve the issues due to cart failing and accidently take off the main rail) 6. NO PLANS WERE ADDED (No plans :c)
@adam768adam3 жыл бұрын
The wheels turn for me but it doesnt drive
@stephaniekemp3952 жыл бұрын
same :(
@chickwensrule2 жыл бұрын
This is because the tutorial didn't tell you to change the name of the wheels to "Wheel", which is what is in the script. To solve this, you can rename each wheel to "Wheel" or change each instance of "Wheel" in the throttle function to "Part".
@adam768adam2 жыл бұрын
@@chickwensrule thank you
@EmolessGamer2 жыл бұрын
@@chickwensrule thank you very much. My car is working now thx to you
@ok1000Roblox2 жыл бұрын
Thx
@infinityedge60313 жыл бұрын
What next? How to summon the eldritch gods?
@henrybastable57353 жыл бұрын
Wow this was very insightful, just the thing I need to be successful
@kyle207 Жыл бұрын
I reccomend setting the speed to 30 in the script because it makes the car more controlable
@meatlope3 жыл бұрын
something i didn't know i needed to learn
@GmodLeon Жыл бұрын
HOW DO YOU MAKE THE WHEELS STOP SHAKING btw nice vid it works
@Envy_gloe3 жыл бұрын
Mine works but is super slippery and the ground has like no friction at all. What should I do?
@liamisntweirdarchive2 жыл бұрын
increase FrictionWeight in the properties tab
@coolkid_25542 жыл бұрын
duplicate the chassis name it any name you want and place it like a door or a roof for the car
@Zykdon2 жыл бұрын
ive been using studio for years and couldnt do this thanks tech
@9hype12 жыл бұрын
you sound so much like alvinblox wth
@EmolessGamer2 жыл бұрын
Yup it's alvinblox
@Oscarhatt10114 күн бұрын
if you get the issue in output of "VehicleSeat is not a member of Car" or something like that then move the seat out of the chasses group and into the "car" group
@redditmuncher Жыл бұрын
Why’s this tutorial so neat 🔥
@masterminecraft20969 ай бұрын
big warning this tutorial is great but you need to going into custom physical properties on the wheels and put the friction up wich should fix the terrible turning on the vehicle i havent tested it but im rather sure it will help
@kurtmedina37362 жыл бұрын
thanks, I really needed this for the skateboard I'm making
@Flynn07652 жыл бұрын
rename all cylinders to Wheel if its not moving
@OldManGamingPR0 Жыл бұрын
I did and it still doesn't work
@aracelicasillas88563 жыл бұрын
it works but it does not won't to move
@stephaniekemp3952 жыл бұрын
same
@levigile88822 жыл бұрын
rename the4 wheels part "wheel"
@levigile88822 жыл бұрын
@@stephaniekemp395 rename the4 wheels part "wheel"
@eymenozcan7219 Жыл бұрын
If part A falling down create a weld
@AgilSukaKereta8 ай бұрын
2:27 why can't I click the hinge in partA
@recdevyt9685 ай бұрын
you need to hold shift
@AgilSukaKereta5 ай бұрын
Ok. Tysm@@recdevyt968
@EyüpEmir9113 ай бұрын
@@recdevyt968 No its dont work
@Idontevenknowgt47362 ай бұрын
Thanks it worked :)
@tester452 Жыл бұрын
How do I get the hinges to work? When I click nothing happens
@Plaidafied4 күн бұрын
2:13
@bl_ckmattreacts2 жыл бұрын
quick question how do i add a part to the chassis? like a "door model on the car" just join surface on the Chassis? Also add a roof that you can jump out of without bumping into it and the doors please!!!!!!!!
@evanlionellie2 жыл бұрын
I recommend you to use a chassis
@tennesean_man2 жыл бұрын
i know im not the guy your asking but i can help you for the roof thing, you can disable collisions of the roof by disabling collisions in the properties tab, there is a checkmarked box with "can collide" next to it, then just click the box to make it look gray.
@bl_ckmattreacts2 жыл бұрын
@@tennesean_man ty
@FelixYTwi5 ай бұрын
8 minutes: X 30 minutes of my life: ✅ ✅ ✅ ✅
@asliceofpi-richexthe3rd2942 жыл бұрын
The wheels are strangely not attached to the body. I am certain the properties are right, though.
@solenaisaac820 Жыл бұрын
have you resolved this problem? im having the same issue and would enjoy some advice. thank you
@unclepullar Жыл бұрын
@@solenaisaac820 still need some help?
@beambloxdrive Жыл бұрын
me too
@enzoatix Жыл бұрын
y'all haven't put joinsurface on
@masteropian Жыл бұрын
The car runs smoothly but slips a lot in corners and the front wheels wobble when reversing.
@klampers3 жыл бұрын
Ok this is useful
@DDFandomProtectors18 ай бұрын
I figured out how to make the car work thank you! Also can you give us a tutorial on how to add a car sound to your car?
@rudraneelmandal4741 Жыл бұрын
My car steers but the throttle doesn't work Edit: It's working now, I forgot to change the name of the wheels from "Part" to "Wheel"
@voohu3794 Жыл бұрын
THANK YOU
@Cigan4o69 Жыл бұрын
you saved me
@rudraneelmandal4741 Жыл бұрын
no problem ;D glad to help
@rblxtutorials18812 жыл бұрын
Am i the only one who knows this video is from alvinblox??
@gingergoat70843 жыл бұрын
cool
@mikoajszwed68 Жыл бұрын
The physics are freaking out, steering hinge wobbles, and the whole car is bouncing.
@chomik_1826 Жыл бұрын
It Didn't Work😠
@nomingerelturuu29617 ай бұрын
womp womp
@UziMDLover787 ай бұрын
@@nomingerelturuu29613 years, to 7 months, to 3 days
@I_am_aguy.6 ай бұрын
it's out dated it's 2 years old
@samy7342 Жыл бұрын
Also make to put it all toghether before testing lol I had to figure that out
@SOMEONE-b2b3 жыл бұрын
First
@nolinor_aviation_the_second2 жыл бұрын
i did it and it works however my car is spinning instead of actually moving
@VKingCraft Жыл бұрын
Lol same, have u fixed it?
@BROSKI_996 ай бұрын
no help vary bad dis like
@marinagojic85242 жыл бұрын
bro i just realised this is tech insider LOL
@hokanoi Жыл бұрын
This worked very well and it helped a lot but the one problem ive had is that the car doesn't move, it can steer but cant move which is very confusing, if I can get some help on that it would be great!
@HaychOTron Жыл бұрын
same haha
@DeveloperAFS Жыл бұрын
same@@HaychOTron
@shalashaska5621 Жыл бұрын
hello, do you have any parts of the car anchored? if they're anchored its not going to move. also press the output tab and see if your output is giving you any clues to what might cause the issue. an issue i had is i was not spelling constraint correctly hope this helps
@jasondamron07132 жыл бұрын
Tech insider sounds like alvinblox
@jasondamron07132 жыл бұрын
@AlvinBlox
@ananthakrishnanj2 жыл бұрын
its because they hire different people or youtubers for content related to that obivously
@Luksy4 Жыл бұрын
why was i so sure AlvinBlox was gonna pop out l8r into the video?
@julianvanevera11 ай бұрын
I tried this tutorial it doesn't work when I try to drive it instead of moving wheels left or right or forward or back it will move the parta and partb blocks instead does anyone know how to fix this
@jakubpastika1363 Жыл бұрын
idk why every tutorial wont work i have all correct but i sit in vehicle seat and it not working holding w nothing holding s nothing holding d nothing holding a nothing idk what to doo
@HypeRatt5 ай бұрын
Best thing to do is to tweak it yourself and understand Lua to make the code work for your car, since different things in the game may affect it or maybe your properties are wrong and something is anchored. Also in this video he never said to weld anything but click "join surfaces" which will affect everything in game, so I am doing tweaking myself, including adding welds which he never specified.
@turtlebeefpv50712 жыл бұрын
what are those dots in coding? 6:51
@Heatwave1112 жыл бұрын
it his plugin
@Heatwave1112 жыл бұрын
dont put dots
@dark420tides2 жыл бұрын
@@Heatwave111 what are plug-ins if you don’t mind explaining
@Handle-t9h3 ай бұрын
These are spaces
@ezekieljamespanahon51712 жыл бұрын
6:14 How did you do that?
@klacterol8452 жыл бұрын
you shift and click on the item
@racereb2 жыл бұрын
ctrl+g
@hypersucksatbb84102 жыл бұрын
is there any way to control the acceleration and deceleration of the hinges? As soon as I press W the hinges to to max speed instantly and stop instantly when I let go