How To Make A Car In Roblox

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

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

  • @lg4president728
    @lg4president728 2 ปีที่แล้ว +207

    So complicated now when all you had to do before was add a yellow axle

    • @-._Radixerus_.-
      @-._Radixerus_.- ปีที่แล้ว +5

      For REAL.

    • @quoted7588
      @quoted7588 10 หลายเดือนก่อน +4

      You can still just add a yellow hinge to the wheels and make a simple car, but the wheels won't turn

    • @Produdss_YT
      @Produdss_YT 7 หลายเดือนก่อน +2

      Yeah, you can make a simple car with the f3x building tools plugin.

    • @11xr001
      @11xr001 7 หลายเดือนก่อน +2

      @@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!

    • @EthanCreations8273
      @EthanCreations8273 6 หลายเดือนก่อน +3

      This one allows for more flexible customization, including realistic steering and drivetrain

  • @drthunder5527
    @drthunder5527 3 ปีที่แล้ว +254

    Tech insider out here giving us the information we need for a successful life

    • @MandingoAfricano
      @MandingoAfricano 3 ปีที่แล้ว +2

      Lol

    • @Rantasalmi47
      @Rantasalmi47 2 ปีที่แล้ว +1

      @Bluegenic yeah i watch him

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

      Of dude sitting in basement and making goofy game about spider train

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

      Tf when did i comment this

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

      @@Rantasalmi47 moods ive felt

  • @fudgiyo7149
    @fudgiyo7149 2 ปีที่แล้ว +307

    --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)

    • @josephdowse1981
      @josephdowse1981 2 ปีที่แล้ว +3

      ty

    • @ToasterOvenYT
      @ToasterOvenYT 2 ปีที่แล้ว +3

      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
      @JustOt3k ปีที่แล้ว

      DUDE I LOVE YOU SO MUCH

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

      Dude, they had pastebin link in their desc

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

      @@ToasterOvenYT Dude, they had pastebin link in their desc

  • @themupproductions2273
    @themupproductions2273 2 ปีที่แล้ว +35

    Guys make sure to name the Wheel parts "Wheel" or the motor to make your car move will not work with the script.

    • @grandchemist7004
      @grandchemist7004 2 ปีที่แล้ว +1

      THANK YOU SO MUCH! That's why it wasn't working!

    • @bud978
      @bud978 2 ปีที่แล้ว +1

      omg thank you so much

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

      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
      @Roblox_dbvhwf1233 ปีที่แล้ว +1

      Thank You!!! Working

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

      still not working

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

    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.

  • @ellisfletcher3491
    @ellisfletcher3491 2 ปีที่แล้ว +23

    **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
      @ferret9263 ปีที่แล้ว +1

      I did that and it still does work

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

      Thanks! This made mine work, before all it could do was stand still and turn the front wheels.

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

      Ty so much... this really work for me.

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

      Thanks, this fixed it.

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

      Thank you

  • @DefNotJDell
    @DefNotJDell 10 หลายเดือนก่อน +19

    When trying to do the hinge part and connect it to part A It wasn't working.

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

      Exactly

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

      it is most likely because part A and part B were welded together.

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

      ​@danielsonderegger530 how do you fix that

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

      @@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

    • @noahisdunn
      @noahisdunn หลายเดือนก่อน +3

      delete the weld on part b

  • @moonrock7592
    @moonrock7592 3 ปีที่แล้ว +28

    So they finally decided to make useful videos, nice.

  • @terrymorgan2854
    @terrymorgan2854 2 ปีที่แล้ว +12

    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.

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

      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
      @beambloxdrive 2 ปีที่แล้ว +2

      the same thing happends to me, can you tell me how fix it?

    • @Dark_Hunter-xo1op
      @Dark_Hunter-xo1op 10 วันที่ผ่านมา +1

      if u need a can give you a model I made [like a base from the tutorial] and u can use that If you like ive even added my own small script features like automatic welding in the right place shake scripts [stop it shaking] ect

    • @finnheron1001
      @finnheron1001 7 วันที่ผ่านมา

      I've got the same problem, i'm redoing the connections and ill see what happens (i know this is an old post but you can try right?).
      EDIT: I tried and it did nothing, might just be a problem on my end but eh whatever, it steers ig.

    • @Dark_Hunter-xo1op
      @Dark_Hunter-xo1op 7 วันที่ผ่านมา +1

      @@finnheron1001 I’m gonna make a video soon to help people with this issue as it seems to be a big problem

  • @roachy72
    @roachy72 หลายเดือนก่อน +2

    if you cant attach a hinge constraint to any parts, you may need to delete the parts' weld, then attach the hinge

    • @SoapConsumer2
      @SoapConsumer2 28 วันที่ผ่านมา

      thanks, i spent the last 30 min trying to figure it out.

  • @pinochet3317
    @pinochet3317 3 ปีที่แล้ว +23

    Thanks Tech Insider! Very Cool!

  • @Chesslord69
    @Chesslord69 3 ปีที่แล้ว +26

    I think you should make a copy and paste script for lazy people like me.

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

    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

  • @isaacbb859
    @isaacbb859 5 วันที่ผ่านมา +1

    4:02 wheel said bye 😂

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

    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!!

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

      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.

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

      @@DtP477 Its not working for me.

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

      @@microvive30 just keep changing the settings until something changes. That’s was worked for me, Also make sure that massless is checked.

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

      @@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

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

    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
      @wilczexzzyt6980 ปีที่แล้ว

      I have the same problem

    • @JJcool9
      @JJcool9 ปีที่แล้ว

      Change the name of all the wheels from "Part" to "Wheel"

    • @fuzionkoil
      @fuzionkoil ปีที่แล้ว

      ​@@JJcool9 i have the same problem as this guy, i did that but it still won't work

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

    Thank u so much. I can finnaly update my car gasme
    cool job dude

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

      can i try ur car game

  • @РостиславАнтошечко
    @РостиславАнтошечко หลายเดือนก่อน

    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

  • @A1rborneExplorer
    @A1rborneExplorer 3 ปีที่แล้ว +16

    Other tutorials are like around 15 Minutes and hard, But this one is short and Easy. Thank you!

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

      how am i supposed to remember how to do this this isnt even short

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

      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
      @AAssetCools 2 ปีที่แล้ว

      @@Fidumo disagree, i was able to remember every single step in this video in one watch

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

    Most clear examples, thanks ❤

  • @jozhieproductions
    @jozhieproductions 2 ปีที่แล้ว +15

    IT WORKS!!! AT LAST!!!! Thanks for making a clear, easy to follow tutorial :)

    • @keeryeltetty2901
      @keeryeltetty2901 2 ปีที่แล้ว +3

      My car isnt accelerating...

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

      @@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

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

      @@jozhieproductions i did everything correctly but its not working

    • @wingedcheetah-rn8qg
      @wingedcheetah-rn8qg 2 ปีที่แล้ว

      @@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

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

      mine wont move :( ive checked everything

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

    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!

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

    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_epic
      @epicstalgiaUK_epic 9 หลายเดือนก่อน

      thats the same for me

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

      @@epicstalgiaUK_epic if ur wheels are not steering smootly use seat.SteerFloat

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

    Thank you so much for making this! Your video helped me out a lot. :)

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

    How do I get the hinges to work? When I click nothing happens

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

    its so complicated, just import an A-Chassis and move the body on it. Its very simple and beautiful.

    • @TiagoDiaz-h6z
      @TiagoDiaz-h6z 7 หลายเดือนก่อน

      that's not the same.

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

    this is one of the best roblox tutorials i've ever watched

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

    I ran into a problem where the car starts to spin when I press w or s and idk how to fix it

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

      change the steerangle lower

  • @FinnardoDeCaprio
    @FinnardoDeCaprio 10 หลายเดือนก่อน +3

    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-ni1yd
      @Unknown-ni1yd 5 หลายเดือนก่อน

      Do you have a additional hinge or hinge in an incorrect position? That may be you problem

    • @FinnardoDeCaprio
      @FinnardoDeCaprio 4 หลายเดือนก่อน +1

      @@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!

  • @Oioioi428sigma
    @Oioioi428sigma 5 หลายเดือนก่อน +2

    2:20 I try to add a hinge and literally nothing happens at all

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

      I know mine neither

    • @prestonevans4938
      @prestonevans4938 24 วันที่ผ่านมา

      delete the part welds first

  • @Dark_Hunter-xo1op
    @Dark_Hunter-xo1op หลายเดือนก่อน +4

    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

  • @Boneless32bo
    @Boneless32bo 29 วันที่ผ่านมา

    for 2:30 i click the first which works but when i try click the 2nd it doesn't work like yours did any reason why?

  • @verticalhamburger9517
    @verticalhamburger9517 2 ปีที่แล้ว +30

    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!

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

      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

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

      @idk idk if you follow the instructions properly, they should turn when you press A or D

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

      @@verticalhamburger9517 i seem to be stuck on the turning part.

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

      nvm i got it.

    • @verticalhamburger9517
      @verticalhamburger9517 ปีที่แล้ว

      @@somerandomgentleman Do you have join surfaces on? It's a check box near the main tools like move, rotate, etc

  • @Z_Ed-n4u
    @Z_Ed-n4u 2 หลายเดือนก่อน

    i tried to make a car at 2:28, but it didnt work. something is wrong with the hinge constraint thingy. please tell how to fix it

  • @keysbee3340
    @keysbee3340 2 ปีที่แล้ว +3

    tech insider is teaching us stronger than schools

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

    Mine works but is super slippery and the ground has like no friction at all. What should I do?

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

      increase FrictionWeight in the properties tab

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

      duplicate the chassis name it any name you want and place it like a door or a roof for the car

  • @JamMC
    @JamMC 9 หลายเดือนก่อน +2

    Alvin blox?

  • @geniousOG
    @geniousOG 3 ปีที่แล้ว +10

    Thanks

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

    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

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

    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
      @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
      @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
      @kryddsaltet ปีที่แล้ว

      @@samusfan2334 The actual wheel should be named "Wheel". The cylinder.

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

      That just means it cannot find the wheel so it is in an incorrect place

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

    tip: change wheel material to rubber to make it more accurate, this changes how much friction it has so it wont slide as much

  • @stevejones69420
    @stevejones69420 3 ปีที่แล้ว +9

    Chad content right here bois

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

    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

  • @NinjacraftCodes
    @NinjacraftCodes 2 ปีที่แล้ว +3

    I knew this guy was alvin blox lol.

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

    Also make to put it all toghether before testing lol I had to figure that out

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

    Why’s this tutorial so neat 🔥

  • @smallfilmstudios1481
    @smallfilmstudios1481 ปีที่แล้ว

    at 5:16 in the video under the hinge section it said acuator type, thats not showing up it just gives me under hinge, limits enabled, and when its checked it gives me restitution, no where it says motor or anything

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

    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...

  • @edilmafernandez8838
    @edilmafernandez8838 3 หลายเดือนก่อน +1

    3:04 not 3 cylinders, 4 CYLINDERS!

  • @adam768adam
    @adam768adam 3 ปีที่แล้ว +6

    The wheels turn for me but it doesnt drive

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

      same :(

    • @chickwensrule
      @chickwensrule 3 ปีที่แล้ว +2

      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".

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

      @@chickwensrule thank you

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

      @@chickwensrule thank you very much. My car is working now thx to you

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

      Thx

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

    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

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

      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.

  • @Lk-nx4rv
    @Lk-nx4rv 2 ปีที่แล้ว +5

    Would've been helpful if he did the coding on cam instead of
    off cam considering I'm extremely new to coding.

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

    what are those dots in coding? 6:51

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

      it his plugin

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

      dont put dots

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

      @@Heatwave111 what are plug-ins if you don’t mind explaining

    • @Handle-t9h
      @Handle-t9h 4 หลายเดือนก่อน

      These are spaces

  • @sineourgus
    @sineourgus ปีที่แล้ว +14

    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)

  • @mrbladerboy757
    @mrbladerboy757 5 หลายเดือนก่อน +1

    How do you hing it, it just doesnt hinge

  • @henrybastable5735
    @henrybastable5735 3 ปีที่แล้ว +10

    Wow this was very insightful, just the thing I need to be successful

  • @reiplays.9494
    @reiplays.9494 9 หลายเดือนก่อน +1

    why i cant place the second location for the hinge

    • @Jawn-t9p
      @Jawn-t9p 6 หลายเดือนก่อน

      idk

  • @9hype1
    @9hype1 2 ปีที่แล้ว +3

    you sound so much like alvinblox wth

  • @HamzaIsBoredRn
    @HamzaIsBoredRn 2 ปีที่แล้ว +6

    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.

  • @DeveloperAFS
    @DeveloperAFS ปีที่แล้ว

    it keeps saying 13:59:32.940 Wheel is not a valid member of Model "Workspace.Car.FrontLeft" - Server - Script:18

  • @readyplayer2197
    @readyplayer2197 2 ปีที่แล้ว +8

    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 (;

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

      thanks bro 👍

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

      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!

  • @Idontevenknowgt4736
    @Idontevenknowgt4736 3 หลายเดือนก่อน +1

    Thanks it worked :)

  • @AgilSukaKereta
    @AgilSukaKereta 9 หลายเดือนก่อน +4

    2:27 why can't I click the hinge in partA

    • @recdevyt968
      @recdevyt968 6 หลายเดือนก่อน +1

      you need to hold shift

    • @AgilSukaKereta
      @AgilSukaKereta 6 หลายเดือนก่อน +1

      Ok. Tysm​@@recdevyt968

    • @EyüpEmir911
      @EyüpEmir911 4 หลายเดือนก่อน

      @@recdevyt968 No its dont work

  • @glitchywazhere.mp4795
    @glitchywazhere.mp4795 2 ปีที่แล้ว +1

    Mines not working, the front left wheel is not turning right, and it’s not moving forward

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

      change the hypens

  • @nonchallant
    @nonchallant 3 ปีที่แล้ว +10

    ah yes exactly what i needed

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

    6:14 How did you do that?

    • @klacterol845
      @klacterol845 2 ปีที่แล้ว +1

      you shift and click on the item

    • @racereb
      @racereb 2 ปีที่แล้ว +1

      ctrl+g

  • @avxtionwxxb
    @avxtionwxxb 2 ปีที่แล้ว +3

    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

  • @K1215R
    @K1215R 9 วันที่ผ่านมา +1

    my steerng wiggles so much, does anyone know why?

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

    it works but it does not won't to move

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

      same

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

      rename the4 wheels part "wheel"

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

      @@stephaniekemp395 rename the4 wheels part "wheel"

  • @trickis
    @trickis ปีที่แล้ว

    XD its a much better system than the one i created it was very helpful and understandable ty man.

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

    something i didn't know i needed to learn

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

    I know how to script full on 2D platformers yet I still don't how to make a vehicle.
    roblox vehicles are weird.

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

    Its been years since I ever saw a tutorial for roblox. Imma give you this one guys 😂

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

    If part A falling down create a weld

  • @asliceofpi-richexthe3rd294
    @asliceofpi-richexthe3rd294 2 ปีที่แล้ว +3

    The wheels are strangely not attached to the body. I am certain the properties are right, though.

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

      have you resolved this problem? im having the same issue and would enjoy some advice. thank you

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

      @@solenaisaac820 still need some help?

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

      me too

    • @enzoatix
      @enzoatix ปีที่แล้ว

      y'all haven't put joinsurface on

  • @VacuumGeeks-li7vs
    @VacuumGeeks-li7vs หลายเดือนก่อน

    this HINGE part really confused me you said do the outside first then click the middle on part A and it just kept going off my screen this video was 2 years ago and im curently trying this in late 2024 so is that why? i fallowed every step have already tried it twice

  • @bl_ckmattreacts
    @bl_ckmattreacts 2 ปีที่แล้ว +3

    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!!!!!!!!

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

      I recommend you to use a chassis

    • @tennesean_man
      @tennesean_man 2 ปีที่แล้ว +1

      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_ckmattreacts
      @bl_ckmattreacts 2 ปีที่แล้ว

      @@tennesean_man ty

  • @LilBreezycool
    @LilBreezycool 2 วันที่ผ่านมา

    Do you anchor it or not because she I don’t anchor it, it falls apart and when I do anchor it, it’s still and doesn’t work

  • @kurtmedina3736
    @kurtmedina3736 2 ปีที่แล้ว +3

    thanks, I really needed this for the skateboard I'm making

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

    Its not working. I've tried more than 30 times but failed to succeed. Pls tell what to do. The car is not picking speed.

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

    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)

  • @joelmaman711
    @joelmaman711 2 ปีที่แล้ว +1

    what are those big orange dots. 7:22

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

    Ok this is useful

  • @CoolWarnArmy
    @CoolWarnArmy 2 ปีที่แล้ว +1

    my car is not anchored and breaks when I try it. Whats wrong?

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

      Make sure the welds exist.

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

    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"

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

    hinge does not work for me

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

      Yea for me to. How can i fix it?

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

    It Didn't Work😠

    • @nomingerelturuu2961
      @nomingerelturuu2961 8 หลายเดือนก่อน +5

      womp womp

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

      @@nomingerelturuu29613 years, to 7 months, to 3 days

    • @I_am_aguy.
      @I_am_aguy. 7 หลายเดือนก่อน

      it's out dated it's 2 years old

  • @antitd
    @antitd ปีที่แล้ว

    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.

    • @Trumblz
      @Trumblz ปีที่แล้ว

      it still doesn't work

    • @Mar_volite
      @Mar_volite 10 หลายเดือนก่อน +2

      @@Trumblz remove weld from both parts B and it should work

  • @officialnrt5512
    @officialnrt5512 ปีที่แล้ว

    thank you so much insider

  • @SOMEONE-b2b
    @SOMEONE-b2b 3 ปีที่แล้ว +4

    First

  • @ranelsinatural2497
    @ranelsinatural2497 2 ปีที่แล้ว +1

    bro what is script is?
    i know script but what word for?

  • @BROSKI_99
    @BROSKI_99 7 หลายเดือนก่อน +2

    no help vary bad dis like

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

    HOW DO YOU MAKE THE WHEELS STOP SHAKING btw nice vid it works

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

    Am i the only one who knows this video is from alvinblox??

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

    I can now be in peace, knowing that i made a working car, Awesome tutorial!

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

    How do I add and change the keybinds, so like the there would be Shift and Ctrl controls and E and Q controls

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

    What if i want to full customize ??

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

    I've looked over everything and It still wont work. The car is fully assembled correctly, and can even get 1 bit of speed for a second when spamming back and fourth, but it wont constantly go forward. Can somebody help?

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

    rename all cylinders to Wheel if its not moving

  • @greenlandgames4449
    @greenlandgames4449 13 วันที่ผ่านมา

    thank you so much i wanna make a driving game so bad