you know how we keep all the cars in a garage folder? I don’t want them to be in the map physically because I want to add like 50+ cars and it would lag very much the map, do we have to keep the cars in a garage
@joshuag.7245 күн бұрын
I love all of the videos you make you have helped me so much! But in this video I have tried to make it twice and follow step-by-step instructions, and it never works. My character gets on the DriveSeat and it shows like the speedometer but it never drives! I would surely appreciate it if you could respond.
@gila-t4y6 күн бұрын
please how to make a luxury cars gamepass? 😢😢
@maapris7 күн бұрын
hey bro my cars don't work at the first step...?
@zebra_x64207 күн бұрын
Will you ever update the dealership? just asking
@_shiinaaa7 күн бұрын
tysm for the tutorial! can you make it like it drops random stuffs? thank you
@Greenfurball-xy7kj8 күн бұрын
how do you make it so you can give someone the in game cash example: /give noob1234 $ 9999
@OneFasterDTRb9 күн бұрын
the cars do not spawn
@H2MBlox8 күн бұрын
You can check the following: 1. Did you write the "Cars" folder correctly? The letter C should be written with a capital letter. 2. The name of ImageButton of a car must be exactly the same as the name of the car in the Cars folder. For example, if the car in the Cars folder is named LamborghiniAvendator, then the ImageButton of the car in Frame should be called LamborghiniAvendator. If at least one letter or the case of any letter differs, or if there is an extra space, the car will not be spawned. 3. Did you write the names of the events correctly in ReplicatedStorage: SpawnCar DeleteCar 4. Make sure that the button is ImageButton (not ImageLabel) 5. Make sure that the CallScript is put in the ImageButton of the car, and its content is as here github.com/denkodin/RobloxStudio/blob/master/007_CarSpawner/CallScript.lua 6. Make sure that the CarSpawner script is put in ServerScriptService, and its content is as here github.com/denkodin/RobloxStudio/blob/master/007_CarSpawner/CarSpawner.lua
@zephyr4719 күн бұрын
how do i make it a "model" i can only select it
@H2MBlox8 күн бұрын
Select it and then press *Ctrl+G* , this will group everything that you selected into a model
@zephyr4718 күн бұрын
@@H2MBlox tysm
@Aryan-z3c10 күн бұрын
I could tell you did a lot of hard for for us, thanks!
@Teddinos10 күн бұрын
THANK YOU SO MUCH FOR MAKING THIS VIDEO, I had been searching for 5 hours to find a video like this. Really thanks bro
@punk5_prank64710 күн бұрын
But how to add suspension?
@AGAMER-n5u11 күн бұрын
The car doesnt move
@H2MBlox8 күн бұрын
Before you started making the car, did you turn off Join Surfaces and Collisions? Join Surfaces might create extra joints which might prevent the car from moving and turning If Join Surfaces was on when you made the car, turn it off and look inside all of the car's parts in the explorer, if there are any *Welds* inside of them *(not WeldConstraint)* , delete them. If it still doesn't work, make sure that you have added NoCollisionConstraints like shown at 7:01 Also make sure that both rear wheel hinges are pointing left
@AGAMER-n5u8 күн бұрын
@H2MBlox thanks i wil try again
@cooldeathman827812 күн бұрын
This was to messy made you did not need to do all that work for this video... I'm just gonna stick to how I make my models but this causes lag and issues inside the game. But good work though you will get there one day
@aryanardhani12 күн бұрын
I can’t take the car picture
@natanb401613 күн бұрын
How can I add springs to this chassis??
@CertifiedRobloxYT13 күн бұрын
Hey! nice video. i was wondering if you could make a tutorial on how to add cars into the dealership system you made a few years ago. i tried to do the steps in the github post but the car popped up in my spawn cars menu without buying it.
@Haris-u9t13 күн бұрын
hey uhh it doesnt work for me the motors and the servos dont work and no its not anchored HELLPPPP
@H2MBlox13 күн бұрын
Before you started making the car, did you turn off Join Surfaces and Collisions? Join Surfaces might create extra joints which might prevent the car from moving and turning If Join Surfaces was on when you made the car, turn it off and look inside all of the car's parts in the explorer, if there are any *Welds* inside of them *(not WeldConstraint)* , delete them. If it still doesn't work, make sure that you have added NoCollisionConstraints like shown at 7:01 Also make sure that both rear wheel hinges are pointing left
@CertifiedRobloxYT13 күн бұрын
Thanks bro! i can finally make a proper car game.
@dogilives234714 күн бұрын
Hey man I know this was in 2020 but do we need to do the cash script in another video or is it in this one too
@H2MBlox13 күн бұрын
The CashScript is in this video too, it's the number 5 script in the video description
@dogilives234710 күн бұрын
@@H2MBloxany ideas why detector isn’t opening gui? Nvm fixed it
@DavePCDpolska14 күн бұрын
I do everything with Tutorial and my car dont move :(
@H2MBlox14 күн бұрын
Before you started making the car, did you turn off Join Surfaces and Collisions? Join Surfaces might create extra joints which might prevent the car from moving and turning If Join Surfaces was on when you made the car, turn it off and look inside all of the car's parts in the explorer, if there are any *Welds* inside of them *(not WeldConstraint)* , delete them. If it still doesn't work, make sure that you have added NoCollisionConstraints like shown at 7:01 Also make sure that both rear wheel hinges are pointing left
@DavePCDpolska13 күн бұрын
@@H2MBlox okey :)
@minepoint279414 күн бұрын
The intro is kinda relaxing ngl
@uwefo5215 күн бұрын
hey, dont mean to bother u again but why isnt the PurchaseFrame showing up? I did all the steps, copied ur scripts, and the labels are working fine. i check the output and it said "PurchaseFailTitle is not a valid member of ScreenGUI" when i clicked the button
@H2MBlox14 күн бұрын
Make sure that the PurchaseFailedTitle is named correctly *If at least one letter or the case of any letter differs, or if there is an extra space, it will not work*
@uwefo5212 күн бұрын
@@H2MBlox the whole thing works! thanks so much for making my game like an actual car game, not just spawners and stuff 🙏
@joshuag.72415 күн бұрын
This video is great except you don't tell me how I can broadcast the amount of money on a Gui. If you could comment to me back how to do that with the CashScript you gave me, I would appreciate it! P.S. I am a subscriber!
@H2MBlox14 күн бұрын
I have made a video about a dealership in which I show how to make a label which shows the amount of money you have: kzbin.info/www/bejne/d4jFen-agL6SlaMsi=yEbaMTbSQB8h62Z4 Make the label like shown in that video starting from 1:27:55
@joshuag.72414 күн бұрын
@@H2MBlox Thank you very much I will surely watch that!
@joshuag.72414 күн бұрын
I have just one more idea for you. I would love it if you could do a video, with the scripts in GitHub, of how to make a racing system like with checkpoints and laps and being rewarded your currency system(which I watched your video and made a currency system). That will be great if you can!
@EyüpEmir91115 күн бұрын
Hello i know you say yes but i must ask it that, can i use your images for my gui ?
@H2MBlox14 күн бұрын
Yes, you can use the images shown in the tutorial for your gui
@Soap_xX1415 күн бұрын
i have no idea why but only back wheels work :c (i wonna throw my pv out of the window)
@H2MBlox14 күн бұрын
Do the front wheels not spin when you drive, or does something else happen?
@Soap_xX1412 күн бұрын
@@H2MBlox ye the front wheels don't spin
@H2MBlox8 күн бұрын
Before you started making the car, did you turn off Join Surfaces and Collisions? Join Surfaces might create extra joints which might prevent the car from moving and turning If Join Surfaces was on when you made the car, turn it off and look inside all of the car's parts in the explorer, if there are any *Welds* inside of them *(not WeldConstraint)* , delete them. If it still doesn't work, make sure that you have added NoCollisionConstraints like shown at 7:01 Also make sure that both rear wheel hinges are pointing left
@Soap_xX148 күн бұрын
@@H2MBlox as i remember yes
@GeorgeIsSlightlyStupid16 күн бұрын
how do i make front wheel and all wheel drive cars?
@H2MBlox14 күн бұрын
About front wheel drive cars, I show how to make the car front wheel drive at 45:30 About all wheel drive cars, I made a script which allows you to add more than 2 drive motors: github.com/denkodin/RobloxStudio/blob/master/019_CarSimpleChassis/CarScriptWithMultiMotor.lua
@GeorgeIsSlightlyStupid14 күн бұрын
@@H2MBlox Thank you
@joshuag.72416 күн бұрын
You make it so easy to understand! The best thing I like about this video is that when I need to write code you have it on GitHub for me! I love that keep it up!
@DavePCDpolska16 күн бұрын
to hard
@Mateo-j4i9n17 күн бұрын
No me andaa
@Fabby-n1p18 күн бұрын
doesnt work
@PePe-wl5hb18 күн бұрын
Hello! Could it be possible that you make a tutorial on how to make an A-Chassis?
@PTFSaviation-w6r18 күн бұрын
can you plessssssse send me the scripts?
@H2MBlox18 күн бұрын
Links to the SCRIPTS: CarScript github.com/denkodin/RobloxStudio/blob/master/019_CarSimpleChassis/CarScript.lua CarScriptWithSound github.com/denkodin/RobloxStudio/blob/master/019_CarSimpleChassis/CarScriptWithSound.lua SpeedometerScript github.com/denkodin/RobloxStudio/blob/master/019_CarSimpleChassis/SpeedometerScript.lua CarGuiScript github.com/denkodin/RobloxStudio/blob/master/019_CarSimpleChassis/CarGuiScript.lua TireTrailScript github.com/denkodin/RobloxStudio/blob/master/019_CarSimpleChassis/TireTrailScript.lua Links to the ASSETS: Car Body create.roblox.com/store/asset/17470642319/Audio-P8-Body Wheel create.roblox.com/store/asset/17472975524/Audio-P8-Wheel Engine Sound create.roblox.com/store/asset/1899427204/RB26DETT Speedometer create.roblox.com/store/asset/17763200042/Speedometer Speedometer Arrow create.roblox.com/store/asset/17762625196/SpeedometerArrow
@SanchayanMallick-r6m18 күн бұрын
hey its a bit complex system but can you make a tutorial about how to generate terrain using the Wave Function Collapse Algorithm?
@blacxink18 күн бұрын
i tried again its either rblox studio broken or the hinge is acting dumb.
@mammothadofai18 күн бұрын
Hey H2m Blox. If you don't mind, can you make a car tutorial part 2? Having like Gearbox, Engine RPM, more car grip.
@blacxink18 күн бұрын
took me 3 hours get to 11 nd the whole thing fell apart now i have start all over-
@INSANITYFE4R18 күн бұрын
I give credit to this guy because without him I wouldn't have been the programmer I am now. Keep up the good work!
@H2MBlox18 күн бұрын
Oh hello, good to hear from you again
@Duckz4ever18 күн бұрын
Finally the king is back!
@Learnwithvishal38018 күн бұрын
Can you make a video on how to make a switch to turn this off and on. And also how to make these items able to be picked up by players.
@YourArkaShines18 күн бұрын
That's cool
@uwefo5219 күн бұрын
THANK YOU, for putting the dealership in the description. I'm making a game called Lackawanna Beta based off of the town in NY, you (and god) have helped me make the game. 🙏
@raelsadvkit19 күн бұрын
can anyone help me.. for some reason the car goes backwards when i press w and forward when i press s
@H2MBlox18 күн бұрын
Try turning around the rear wheel attachments 180 degrees
@ElAron24119 күн бұрын
Nice video!! How is the tuning sistem going? are you gonna finish it?
@H2MBlox19 күн бұрын
Thanks! The next video I'm planning to make will feature a car with suspension. This is because the tuning system can only work with specific chassis types, for which configuration settings are predefined. After that I'm planning to make a video about the tuning system.
@ElAron24119 күн бұрын
Legend is back!!!
@Unknechter19 күн бұрын
My car turned into FWD for some reason and is much slower, is there a way to fix this?