How To Make A Car In Roblox

Ғылым және технология

00:00 Intro
00:14 Building the car
06:34 Scripting the car
07:48 Testing the car
This video will show you how to make a car on Roblox.
The code for the car is available at: pastebin.com/jrd6gtz4
MORE TECH INSIDER VIDEOS:
How To Delete Your Netflix Account
• How To Delete Your Net...
How To Turn Flashlight On And Off On iPhone
• How To Turn Flashlight...
How To Remove Passwords From Windows 10
• How To Remove Password...
------------------------------------------------------
#Roblox #HowTo #TechInsider
Tech Insider tells you all you need to know about tech: gadgets, how-to's, gaming, science, digital culture, and more.
Visit us at: www.businessinsider.com
TI on Facebook: / techinsider
TI on Instagram: / tech_insider
TI on Twitter: / techinsider
INSIDER on Snapchat: insder.co/2KJLtVo
How To Make A Car In Roblox

Пікірлер: 830

  • @lg4president728
    @lg4president728 Жыл бұрын

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

  • @RadicalRadixerus

    @RadicalRadixerus

    5 ай бұрын

    For REAL.

  • @uniiiiiiiiiiiiiiiiiiiiiiiiiiii

    @uniiiiiiiiiiiiiiiiiiiiiiiiiiii

    5 ай бұрын

    @@RadicalRadixerus ikr ikr

  • @quoted7588

    @quoted7588

    2 ай бұрын

    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

    14 күн бұрын

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

  • @drthunder5527
    @drthunder55272 жыл бұрын

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

  • @MandingoAfricano

    @MandingoAfricano

    2 жыл бұрын

    Lol

  • @Rantasalmi47

    @Rantasalmi47

    2 жыл бұрын

    @Bluegenic yeah i watch him

  • @GlyphidGuard

    @GlyphidGuard

    Жыл бұрын

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

  • @Rantasalmi47

    @Rantasalmi47

    10 ай бұрын

    Tf when did i comment this

  • @TheOGBeezy

    @TheOGBeezy

    9 ай бұрын

    @@Rantasalmi47 moods ive felt

  • @fudgiyo7149
    @fudgiyo7149 Жыл бұрын

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

    Жыл бұрын

    ty

  • @ToasterOvenYT

    @ToasterOvenYT

    Жыл бұрын

    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

  • @noobieplayz9355

    @noobieplayz9355

    Жыл бұрын

    Dude, they had pastebin link in their desc

  • @noobieplayz9355

    @noobieplayz9355

    Жыл бұрын

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

  • @alackofskill
    @alackofskill11 ай бұрын

    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.

  • @mazzvr4884
    @mazzvr4884 Жыл бұрын

    Ok, I have a question I'm trying to make a boom lift so that requires the weels to be able to drive with wad and a part that turns but with a different key like e and a

  • @drvcrazy3
    @drvcrazy3 Жыл бұрын

    hey how do you copy the car to use in other builds i tried copy and paste but my wheel isnt onb the duplicated car i dont understand why if its exactly the same

  • @smallsynth
    @smallsynth8 ай бұрын

    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

    8 ай бұрын

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

  • @smallsynth

    @smallsynth

    8 ай бұрын

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

    8 ай бұрын

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

  • @W5529RobloxGameDevelopment

    @W5529RobloxGameDevelopment

    Ай бұрын

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

  • @func_george
    @func_george2 жыл бұрын

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

  • @texist7856
    @texist78565 ай бұрын

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

  • @zykdon
    @zykdon Жыл бұрын

    ive been using studio for years and couldnt do this thanks tech

  • @bopthing1
    @bopthing1 Жыл бұрын

    is there a way to fix my car sliding to the right? i tried making the car weigh more but that doesnt work.

  • @moonrock7592
    @moonrock75922 жыл бұрын

    So they finally decided to make useful videos, nice.

  • @healthynatureofficial
    @healthynatureofficial2 ай бұрын

    Most clear examples, thanks ❤

  • @julianvanevera
    @julianvanevera5 ай бұрын

    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

  • @adventuresinfarterspace6730
    @adventuresinfarterspace6730 Жыл бұрын

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

  • @Spacedzz

    @Spacedzz

    Жыл бұрын

    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.

  • @frogybot
    @frogybot2 жыл бұрын

    How do I add a speed gui and stuff? and like remove the default speed thing?

  • @robotblocks3232
    @robotblocks32325 ай бұрын

    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!

  • @user-of4oj9fc7n
    @user-of4oj9fc7nАй бұрын

    can you please answer to this comment what to do if my car only turns its wheels but doesn't go at all i checked everything even the script

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

  • @ragingcheezball
    @ragingcheezballАй бұрын

    Great tutorial, definitely the best I've seen so far! I don't like how my car is sliding around all the time, so I added friction to it, but now the wheels just keep juggling around and the car turns sometimes when I don't turn it (clicking A or D). I haven't changed any of the code, just the CustomPhysicalProperties of the actual wheel parts. If anyone can help me then that would be greatly appreciated. Amazing video though! So easy to follow. 10/10 from me.

  • @smallfilmstudios1481
    @smallfilmstudios148110 ай бұрын

    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

  • @terrymorgan2854
    @terrymorgan2854 Жыл бұрын

    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

    Жыл бұрын

    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

    Жыл бұрын

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

  • @geniousOG
    @geniousOG2 жыл бұрын

    Thanks

  • @masteropian
    @masteropian11 ай бұрын

    The car runs smoothly but slips a lot in corners and the front wheels wobble when reversing.

  • @kyle207
    @kyle20711 ай бұрын

    I reccomend setting the speed to 30 in the script because it makes the car more controlable

  • @officialnrt5512
    @officialnrt5512 Жыл бұрын

    thank you so much insider

  • @BuzzLightyear66
    @BuzzLightyear663 ай бұрын

    I can't add the hinge to part a and part b when clicking the top middle of each part

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

  • @DevianEu

    @DevianEu

    Жыл бұрын

    put the hinge to none

  • @RabindraSafin
    @RabindraSafin3 ай бұрын

    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?

  • @CobyOfficialYT
    @CobyOfficialYT11 ай бұрын

    My car's wheels keeps on spinning like crazy! I'm trying to make a front wheel drive car for a car crashing game, but it doesn't seem to work. How to fix?

  • @-_J_-
    @-_J_-4 ай бұрын

    For some reason my Hinge isn't working, it wont attach to a block unless I delete the weld manually

  • @dmitriizubarev
    @dmitriizubarev11 ай бұрын

    Thank you for guide!

  • @sneakygoblin7181
    @sneakygoblin71817 ай бұрын

    How do you make the wheel groups without getting rid of the attachments?

  • @masterminecraft2096
    @masterminecraft20963 ай бұрын

    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

  • @Magnifidude
    @Magnifidude Жыл бұрын

    Thank you so much!

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

  • @masol3726

    @masol3726

    Жыл бұрын

    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

    Жыл бұрын

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

  • @unclepullar

    @unclepullar

    Жыл бұрын

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

  • @unclepullar

    @unclepullar

    Жыл бұрын

    nvm i got it.

  • @verticalhamburger9517

    @verticalhamburger9517

    11 ай бұрын

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

  • @jakubpastika1363
    @jakubpastika136310 ай бұрын

    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

  • @coconutdonut7235
    @coconutdonut72352 жыл бұрын

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

  • @AviationNation18
    @AviationNation182 жыл бұрын

    Wow,this must of took a long time to make !

  • @DevianEu

    @DevianEu

    Жыл бұрын

    well no, it didnt it was 8 minutes

  • @beefpie1
    @beefpie12 жыл бұрын

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

  • @michellewade9262

    @michellewade9262

    Жыл бұрын

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

  • @Fidumo

    @Fidumo

    Жыл бұрын

    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

    Жыл бұрын

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

  • @jaydenbrownman4181
    @jaydenbrownman4181 Жыл бұрын

    hey tech insider, could I somehow send you the file for my chassis? the wheels are made from 2 mesh parts and I need some help

  • @sneky215

    @sneky215

    Жыл бұрын

    hey, maybe replace the wheels with a cylinder and add a special mesh inside. the movement will be bumpy using a meshpart instead.

  • @martinoudu62
    @martinoudu622 ай бұрын

    VehicleSeat is not a valid member of Model "Workspace.Model" I put the VehicleSeat in the car model but it says that error message in the console if someone can help me with this problem ty

  • @AntoniotpX
    @AntoniotpX6 ай бұрын

    can you make a tutorial on how to make a cart (from the cart rides) that is the same (withouth left and right moviment) as every cart

  • @pinochet3317
    @pinochet33172 жыл бұрын

    Thanks Tech Insider! Very Cool!

  • @themupproductions2273
    @themupproductions2273 Жыл бұрын

    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

    Жыл бұрын

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

  • @bud978

    @bud978

    Жыл бұрын

    omg thank you so much

  • @dejavu4970

    @dejavu4970

    Жыл бұрын

    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.

  • @dbvhwf1233Dev

    @dbvhwf1233Dev

    11 ай бұрын

    Thank You!!! Working

  • @folder9110

    @folder9110

    10 ай бұрын

    still not working

  • @DDFandomProtectors1
    @DDFandomProtectors12 ай бұрын

    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?

  • @martinsandersons3440
    @martinsandersons3440Ай бұрын

    why the front wheels are wobbly even when driving straight? (they turn left and right)

  • @itzthejj369
    @itzthejj3692 ай бұрын

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

  • @fudgiyo7149
    @fudgiyo7149 Жыл бұрын

    I've finished the tutorial but with one issue. Whenever I turn, the wheels that turn wiggle.. is there a way to stop this?

  • @kingcheese1758

    @kingcheese1758

    Жыл бұрын

    this is due to that fact that your wheels are heavier than the servo turning them. simply change the material of partb to something heavier and that should fix it.

  • @ellisfletcher3491
    @ellisfletcher3491 Жыл бұрын

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

    Жыл бұрын

    I did that and it still does work

  • @Jesperoblox

    @Jesperoblox

    Жыл бұрын

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

  • @monikvegaoficial2135

    @monikvegaoficial2135

    11 ай бұрын

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

  • @Captain_Kon

    @Captain_Kon

    9 ай бұрын

    Thanks, this fixed it.

  • @Wiggly_Fish_Meat

    @Wiggly_Fish_Meat

    9 ай бұрын

    Thank you

  • @HamzaIsBoredRn
    @HamzaIsBoredRn Жыл бұрын

    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

    @happyentertainment8003

    Жыл бұрын

    thank you for telling, i missed that too lol

  • @gwkrishna888
    @gwkrishna888 Жыл бұрын

    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.

  • @AlreadyCode
    @AlreadyCode9 ай бұрын

    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?

  • @epicUK_epic

    @epicUK_epic

    2 ай бұрын

    thats the same for me

  • @DDFandomProtectors1
    @DDFandomProtectors12 ай бұрын

    the steering on my car works but not the vehicle seat for some reason the car won't move except the car steering and everything was done correctly

  • @Born56
    @Born569 күн бұрын

    I can't find the crreate thing since my gui is a bit didfferent and I do not know where to find it.

  • @ThatGreenvilleGuy
    @ThatGreenvilleGuy Жыл бұрын

    At the scripting part I need help I don’t understand after local there is a dot and it not a comma

  • @BloxyColaRBX
    @BloxyColaRBX11 ай бұрын

    Hey, I am trying to build a Electric Scooter, will this tutorial work for it?

  • @antoniojsosa
    @antoniojsosa Жыл бұрын

    Dang! Throttle doesn't work! Idk what I missed, I see the motor constraints have a curved arrow mysteriously pointing in what seems to be the backwards. Any ideas?

  • @sokmuis1865

    @sokmuis1865

    Жыл бұрын

    i had the same problem but i saw a comment saying you need to rename the part still called part (not PartA and PartB) you have to rename those wheel

  • @DAR365E
    @DAR365E2 жыл бұрын

    would u upload a project of this? it didn't work

  • @The2009dustydog
    @The2009dustydog2 жыл бұрын

    when i play the game it says "VehicleSeat is not a valid member of Workspace "Workspace". how do you fix this?

  • @personname5409

    @personname5409

    2 жыл бұрын

    you spelt something wrong, if you click where it says that it will show the line of code where the error was occurred

  • @reiplays.9494
    @reiplays.94942 ай бұрын

    why i cant place the second location for the hinge

  • @keysbee3340
    @keysbee33402 жыл бұрын

    tech insider is teaching us stronger than schools

  • @dolphinlegends3406

    @dolphinlegends3406

    Жыл бұрын

    frfr

  • @unclepullar

    @unclepullar

    Жыл бұрын

    frfr but my car won't turn

  • @kingofthevolt
    @kingofthevolt4 ай бұрын

    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?

  • @tray-zj2rh
    @tray-zj2rh2 ай бұрын

    when i tried to connect the PartB blocks with a hinge it wouldnt work

  • @zaydtruck3496
    @zaydtruck34966 ай бұрын

    The steering dosnt work for me but moving forwards works It works now !

  • @desimicrosoft
    @desimicrosoft2 жыл бұрын

    Good work

  • @JustOt3k
    @JustOt3k Жыл бұрын

    I know this video is from a year ago but idk why when i try test it the front wheels fall can someone help

  • @GmodLeon
    @GmodLeon8 ай бұрын

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

  • @Abdullah_a6060
    @Abdullah_a60602 ай бұрын

    Is it okay to have the wheels CanCollide On?

  • @youdaily7113
    @youdaily7113 Жыл бұрын

    thank you very much i coudnt belive it actually worked!

  • @akiprox7
    @akiprox7 Жыл бұрын

    Tysm bro!!

  • @samy7342
    @samy734211 ай бұрын

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

  • @Heatlifer77
    @Heatlifer772 жыл бұрын

    thanks

  • @samy7342
    @samy734211 ай бұрын

    But yes it worked perfectly for me and I also learned a lot!

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

    @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

  • @dudebro887
    @dudebro887 Жыл бұрын

    ok yes this works but how do i make a body of a car connect to the car it self cause i have no clue

  • @givemeagain3111
    @givemeagain3111 Жыл бұрын

    Quick Question: My car looks fine except for the the Back Right. They aren't combined together. Can you help me with the problem? Thanks.

  • @actuallyavailable

    @actuallyavailable

    Жыл бұрын

    same. Just with the front left

  • @josephdowse1981

    @josephdowse1981

    Жыл бұрын

    make sure the welds are done correctly this happened to me

  • @marinagojic8524
    @marinagojic8524 Жыл бұрын

    bro i just realised this is tech insider LOL

  • @chickencookie9209
    @chickencookie9209 Жыл бұрын

    doesn't seem to work anymore or maybe im just that bad but the car won't move or turn the wheels

  • @Chesslord69
    @Chesslord692 жыл бұрын

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

  • @wicked-smaht

    @wicked-smaht

    2 жыл бұрын

    there is a pastebin link in the description

  • @ieatscookies9852

    @ieatscookies9852

    Жыл бұрын

    Or you can actually learn by writing the script along with the video.

  • @GetsNapped-vd9xb

    @GetsNapped-vd9xb

    Жыл бұрын

    Yeah

  • @ender.yeeterson

    @ender.yeeterson

    Жыл бұрын

    @AdisTonest yeah no that wont work 9

  • @EliteRoyalsRoblox

    @EliteRoyalsRoblox

    Жыл бұрын

    True

  • @klampers
    @klampers2 жыл бұрын

    Ok this is useful

  • @Just-A-Roblox-PlayerYT
    @Just-A-Roblox-PlayerYT2 ай бұрын

    When i create the hinge from PartB to Part A and i LMB it to create it just doesn't work. Does anyone know why and how to fix it? It would be appreciated!😇

  • @palerider2143
    @palerider21439 ай бұрын

    1. Can you explain why I need to go outside in? 2. Whenever I turn my throttle up, the car spins

  • @JustfineYOUTUBE
    @JustfineYOUTUBEАй бұрын

    mine broke and isnt working and the front right wheel dissapeared, can you tell me why?

  • @amsa2733
    @amsa2733 Жыл бұрын

    pls help me how do I attach my vehicle seat to my car base?? pls reply

  • @denizclipsandhighlights2480
    @denizclipsandhighlights2480 Жыл бұрын

    If i put a shelter above it and join it with the car will it work Like i mean i make the car little real will it work?

  • @theguradien
    @theguradien2 ай бұрын

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

  • @hokanoi
    @hokanoi10 ай бұрын

    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

    @HaychOTron

    10 ай бұрын

    same haha

  • @tgydfgj99

    @tgydfgj99

    9 ай бұрын

    same@@HaychOTron

  • @shalashaska5621

    @shalashaska5621

    9 ай бұрын

    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

  • @moxie847
    @moxie8473 ай бұрын

    Why can't I connect two parts with hinge constraint. I'm clicking on the outside one but when I'm trying to connect it to the part A nothing happens

  • @Tuphilur

    @Tuphilur

    6 күн бұрын

    You need to delete the Welds from your Parts. If you place the Parts on the Ground they will weld to the Ground. Because of that you can`t connect the Constraints. Had the same Problem.

  • @BadFartist
    @BadFartist3 ай бұрын

    I have a problem. The car spins when I press the keys "W, S", how do I fix this?

  • @FYIXe
    @FYIXe2 жыл бұрын

    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

    Жыл бұрын

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

  • @NinjacraftCodes
    @NinjacraftCodes2 жыл бұрын

    I knew this guy was alvin blox lol.

  • @KRYS_PIN
    @KRYS_PIN7 ай бұрын

    My seat is running when i will click space or i will go my charakter on it why?

  • @ticky2586
    @ticky2586 Жыл бұрын

    Thank you for this, because I don't want to free model

  • @trickis
    @trickis5 ай бұрын

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

  • @schlopping
    @schlopping Жыл бұрын

    my car keeps spinning onstead of going forward! any fix?

  • @EvilNeonETC
    @EvilNeonETC2 жыл бұрын

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

  • @jozhieproductions
    @jozhieproductions2 жыл бұрын

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

  • @keeryeltetty2901

    @keeryeltetty2901

    2 жыл бұрын

    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

    Жыл бұрын

    @@jozhieproductions i did everything correctly but its not working

  • @wingedcheetah-rn8qg

    @wingedcheetah-rn8qg

    Жыл бұрын

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

    Жыл бұрын

    mine wont move :( ive checked everything

  • @Maltese_Snail_Dude
    @Maltese_Snail_Dude10 ай бұрын

    I literally did everything like it should have been but the car doesn't even move at all but steering works..

  • @antitd
    @antitd5 ай бұрын

    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

    5 ай бұрын

    it still doesn't work

  • @Mar_volite

    @Mar_volite

    3 ай бұрын

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

Келесі