Roblox Studio - Raycast Vehicle Suspension 2

  Рет қаралды 56,344

Krokosha666

Krokosha666

2 жыл бұрын

warning: this is still not limit of this suspension system
i acknowledged variable name changing and other stuff.
press , and . to skip video frame by frame
game where i used this:
www.roblox.com/games/5488877420
you can steal(BUT FIRST YOU HAVE TO UNDERSTAND IT BEFORE CTRL+C):
www.roblox.com/games/7471842058
my discord server:
/ discord
--unrelated
look i played custom video in roblox:
www.roblox.com/games/9862717633
• Bad Apple in roblox
music:
Весёлые ребята - Автомобили
Dead Or Alive - You Spin Me Round
Half Life: Alyx OST - Outbreak is Uncontained
Фриссон - Континуум
Billy Vaughn - Wheels (Cover by Wolfgang T)
Cube - Ransumaasta Kajahtaa
SINJI X DJ PLAYASTATION - CREEP STREET 3
Deus Ex: Human Revolution OST - Icarus
donate?
BTC: bc1q4ha9uw5skvf2hs6464ue0fqf0uu8yzfwzwm2ns

Пікірлер: 309
@Krokosha666
@Krokosha666 2 жыл бұрын
! TRADE OFFER ! i recieve: +1 subscriber you recieve: literally nothing
@garrpop
@garrpop 2 жыл бұрын
great trade subscribing now
@liammrpersonal
@liammrpersonal 2 жыл бұрын
cant pass up a bargain like that, subscribing now.
@jkkienzle1356
@jkkienzle1356 2 жыл бұрын
i cant have nothing. can i have a bag of air. would that be a good trade?
@FlavxZz
@FlavxZz 2 жыл бұрын
yo i like the trade heres a sub
@meehdrescher
@meehdrescher 2 жыл бұрын
i SUScribed
@T-T_Angel
@T-T_Angel Жыл бұрын
"Welcome, no wasting time. Let's go." 👌
@boxitor9355
@boxitor9355 Жыл бұрын
this shit was actually funny and helpful, i love these types of tutorials when the guy gets straight to the point , doesn't have cloud9 in the background and 144p quality, great job
@insaneinthemembrane383
@insaneinthemembrane383 2 жыл бұрын
Good tutorial, one problem I had with it was the inconsistencies and lack of explanation to certain things at times, like lines of code that go unexplained or changing names of variables and such. other than that, great tutorial!
@orbitaloutcast9878
@orbitaloutcast9878 Жыл бұрын
roblox developer API will be your best friend.
@ReeSoo_
@ReeSoo_ Жыл бұрын
Thanks for the framework idea, I'll definitely think about scripting my own version of this sometime in the future. It's a bit disappointing how commissions requesting this type of asset are usually low-paying and quickly stolen, though. Ever since vehicles became in-demand, non-con reselling skyrocketed.
@Kagomechan14
@Kagomechan14 Жыл бұрын
I fell in love with your vroom racing I love your driving system ITS SO GOOD ITS WAY BETTER THAN ANY OTHER ROBLOX GAME I PLAYED!!!!!!!!!!!!!!!!! I made a post on reddit once about how every roblox driving game is more or less ass but yours is just what I was looking for! Thnak you for this!
@BRACERFENIX
@BRACERFENIX 6 ай бұрын
Literally the most straightforward video ever made. You sir, deserve to be the leading KZbin roblox developer right now.
@NekoBloxYT
@NekoBloxYT 2 жыл бұрын
NOW THIS IS THE PERFECT CAR SUSPENSION
@truettvanslyke8528
@truettvanslyke8528 Жыл бұрын
Dude, this is such a hidden gem. I haven't found any nice explanations on how this works, and you only have 600 likes? Very nice job, keep working hard :)
@cory99998
@cory99998 2 жыл бұрын
Thanks dude! Used the dampening logic to get mine working.
@suchmantae7568
@suchmantae7568 2 жыл бұрын
Been waiting a while now for this lol
@MightyEFX
@MightyEFX 2 жыл бұрын
Here i am again, months later i croticised your og video for promoting copy paste spoonfeeding without any explanation this is actually pretty well made, + good code i just rralized you featured me in the video at the end 🙏
@blinkachu5275
@blinkachu5275 2 жыл бұрын
It's actually sad how much more I learned from this one single video on Raycast vehicles than I have in the past 7 years from Unity tutorials (since there are so very few) I've applied your principles to a Raycast car in Unity and it works as well, amazing (suspension I already had working, it was just the friction stuff I never got right) Could you perhaps in a future video expand on how to make it more realistic in where you can drift with the car and such?
@Krokosha666
@Krokosha666 2 жыл бұрын
and i've actually made it originally from this Unity tutorial kzbin.info/www/bejne/rmGvhpx7ZcmrhpI into unity and then translated to roblox
@blinkachu5275
@blinkachu5275 2 жыл бұрын
@@Krokosha666 That's my tutorial xD (look at my name ^^ this is my alt account) Awesome you're using that tho! But unfortunately I never got to figure out how proper friction works for both grip and drifting so I was hoping to see that since you seem to have that figured out c:
@Krokosha666
@Krokosha666 2 жыл бұрын
@@blinkachu5275 lol didnt notice ur name was the same, i made friction lower relative to side velocity + how much force was wasted on forward velocity
@blinkachu5275
@blinkachu5275 2 жыл бұрын
@@Krokosha666 Could you perhaps write that in pseudo code? I don't really understand what you mean with that ;-; sorry I can get the side velocity (rigidbody.GetPointVelocity(hit.point).x) and can get it in localspace too, so that's no problem but how would you lower the "friction relative to that" and what do you mean with "force wasted on forward velocity" I am really sorry for bugging about this, it's been something that I've been stuck on forever and I really just need that one "aha" moment as it were
@Krokosha666
@Krokosha666 2 жыл бұрын
​@@blinkachu5275 sorry for late reply, so as i look at friction system i made, i dont really understand what exactly i tried to do there, it just works, it outputs number from 0 to 1 and then that is somehow multiplied to x and z separately XwheelEffi = math.min(1,WheelFriction/(math.abs(vel.x)*200)) then theres engine/brake force combined with floor and wheel friction fWeffi = (XwEffi + (Zforce~=0 and math.min((WheelFriction)/math.abs(Zforce/5+vel.z),1) or 1)) / 2 fWeffi is final
@unded1827
@unded1827 9 ай бұрын
Love this man, works perfectly
@Krokosha666
@Krokosha666 9 ай бұрын
ok
@toast2905
@toast2905 2 жыл бұрын
You’re extremely underrated have a new sub
@Krokosha666
@Krokosha666 2 жыл бұрын
much appreciated
@misenthropic
@misenthropic 2 жыл бұрын
this is so cool i love the camera it looks profesisonal
@misenthropic
@misenthropic 29 күн бұрын
shut up nerd
@Hikaria-
@Hikaria- 2 жыл бұрын
Thanks dad now i can make car and go finally pick up my kids after 10 years at school. I hope they still love me.
@builderNITRO
@builderNITRO 2 жыл бұрын
Дождались! Не зря ждал
@vano04
@vano04 2 жыл бұрын
I love your subtitles! 😂
@BeastyBundy
@BeastyBundy 2 жыл бұрын
I didn't understand a single god damn thing you just said but I enjoyed every minute
@swiwaii781
@swiwaii781 2 жыл бұрын
thanks this is so helpful
@LFSDataBase
@LFSDataBase 2 жыл бұрын
you have a beautiful voice 😉 anyway and idea for next video is a regen button, and maybe about the lights make it so when you brake the tail lights turns on?
@Krokosha666
@Krokosha666 2 жыл бұрын
for those lights you can take Z from local velocity(in raycast loop), and now if car going forward but throttle is backward activate taillights
@googlytank
@googlytank 2 жыл бұрын
Loved it but also had to watch it three time lmao
@DominusLux
@DominusLux Жыл бұрын
Quick Question: How did you add the drifting stuff that you showed at the end of the video?
@rebootedbean
@rebootedbean 2 жыл бұрын
my brain explode with that machine gun speed explanation but i got it 👍 +1 sub
@delpxdelpx1289
@delpxdelpx1289 2 жыл бұрын
Can you make a video explaining about the car entry animation? , I was surprised how something so cool can be ignored in Roblox car games.
@lucabruinsma7359
@lucabruinsma7359 2 жыл бұрын
Are you going to make a tutorial for your version of door animation? looks very clean
@player9315
@player9315 Жыл бұрын
that position that you said in the start is called Object position and instead of doing this you can use attachments it gives the Object Position and the world position
@doomsday5415
@doomsday5415 5 ай бұрын
Hey wanted to let you know, there's an issue with driving on water. I was thinking is it possible to filter the terrain water in the "FilterDecendantsInstances" parameter?
@kman33ful
@kman33ful 8 ай бұрын
i'll take apart your code and use it for my system...thanks :)
@watermelon8487
@watermelon8487 Жыл бұрын
super informative
@weatheroctober5173
@weatheroctober5173 Жыл бұрын
Meraviglioso!
@j-live4138
@j-live4138 2 жыл бұрын
Gained a sub awesome video
@ImNotKriss
@ImNotKriss 9 ай бұрын
underrated
@mikereynolds2515
@mikereynolds2515 2 жыл бұрын
Awesome vid dude! I learned the fundamentals from this video and wrote my own code using them, but I can't figure out how the wheel friction works. Would you mind explaining to me what is going on in lines 67 and 68?
@Krokosha666
@Krokosha666 2 жыл бұрын
sry i wrote it too detailed Xforce takes local velocity on (velocity relative to wheel base rotation(car orientation inclucing steering angle)) and reverses it so that the force will push in opposite direction from current velocity to stop the velocity on X(left and right movement relative to the car) and velocity is multiplied by wheel friction variable because vehicle mass will ignore most of energy and then it is multiplied to rightVector which is just vehicle relative right position and Xforce becomes force impulse that will add sense that wheels spin forward Zforce is just engine force multiplied by curent throttle multiplied by what looks like Max speed limiter for reverse and then just muliplied by forward of wheel which will push car forward
@mikereynolds2515
@mikereynolds2515 2 жыл бұрын
@@Krokosha666 Ahhh Ok that def clears up the side to side friction, do you know how to apply a wheel friction whenever the car is moving so that it will gradually come to a stop when the gas isn't being pressed? I've tried using the same variables you created for side to side friction, but I had no luck with that.
@mikereynolds2515
@mikereynolds2515 2 жыл бұрын
@@Krokosha666 Or I suppose a better question would be how does line 68 work, rather than just what does it do?
@prodoxel9578
@prodoxel9578 Жыл бұрын
you deserve a like tbh
@avector_a
@avector_a 2 жыл бұрын
how my brain is just suddenly blank how you are so good at scripting I literally feel so jealous at you because you are so good at scripting. :(
@BatuhanIDD
@BatuhanIDD 2 жыл бұрын
Nice video! But i feel like this flying brick needs some gears to make it more realistic. I like using manual transmission cars on roblox.
@Krokosha666
@Krokosha666 2 жыл бұрын
the realistic transmission for this is thing that i still did not manage to make properly
@unigoatgames2306
@unigoatgames2306 Жыл бұрын
Love this video so much omg I'm not sure why but my car works perfectly except that it shakes uncontrollably and slowly moves on its own Ima look further into it tomorrow, maybe I messed up a calculation
@Krokosha666
@Krokosha666 Жыл бұрын
yes, these are some side effects that evil author of tutorial did, like it slides down on angled place and applyimpulse is not right thing to use
@tornadochaserguy5756
@tornadochaserguy5756 Жыл бұрын
@@Krokosha666 Any tips or things you could recommend to look up on how to fix/replace these side effects of the evil author?
@8ava8198
@8ava8198 2 жыл бұрын
yea im sorry my brain falls apart every time somebody tries to explain a math equation
@michel_dg5051
@michel_dg5051 2 жыл бұрын
thnx man your script really helped me
@michel_dg5051
@michel_dg5051 2 жыл бұрын
and yes im learning off it too, not just copy past
@Segunn
@Segunn Ай бұрын
прикольно
@andris8541
@andris8541 Жыл бұрын
Epic tutorial.
@85dot6
@85dot6 7 ай бұрын
why are you using a while loop when you can be using either Heartbeat or RenderStepped; have you not read docs on task scheduler?
@Krokosha666
@Krokosha666 7 ай бұрын
its my problem
@thenuggetbucket3165
@thenuggetbucket3165 Жыл бұрын
I like this a lot, and forgive me if this is a dumb question, but when I change the wheel positions so that they aren't polar opposites, the car begins to tilt forward and drive in that direction without me moving. Is there any way to get around this?
@Krokosha666
@Krokosha666 Жыл бұрын
Not dumb question but difficult to do, i didn't move wheel positions like this but i think u have to somehow calculate mass each wheel is lifting by its offset or easier not 100% sure is to move mass center in center of all wheels,
@maclagat3865
@maclagat3865 2 жыл бұрын
Hopefully we can get a video cover slip/friction. Thank you!
@bluehacks4925
@bluehacks4925 Жыл бұрын
don’t know if you still reply on this video but i might as well ask, how could i make it so that i can have multiple cars and also possibly how i can add module scripts to control stats and position of wheels, cause i’ve tried doing it but every time i try it just breaks but doesn’t print any errors
@suchmantae7568
@suchmantae7568 2 жыл бұрын
Helicopters next lol
@Da_Ai
@Da_Ai 2 жыл бұрын
wow so good you more good than me cuz i know nothing abt scripting :p
@rooskiis7550
@rooskiis7550 2 жыл бұрын
do you think you could make a tutorial on the tire trails and tire smoke?
@archangelcabalhug7875
@archangelcabalhug7875 2 жыл бұрын
question: are u already added full script (eg. car features)
@unded1827
@unded1827 9 ай бұрын
hey there, I have a small issue with the car. Basically every time the car turns gravity pushes on one side and the car doesnt go back to driving straight which makes it very hard to drive on straight roads or in general. Do you know how I could fix that?
@suchmantae7568
@suchmantae7568 2 жыл бұрын
Can you do planes next?
@1nonly_lglp
@1nonly_lglp 5 ай бұрын
I came across this video while looking for a good car system and the end product of this video is really great but for me as a non scripter it is extremely difficult to add for example a 2 car model or as mentioned at the end of the video this smoke effect at low friction is there possibly a video where it is better explained or is a version 3 of this system in planning?
@notbtfst
@notbtfst 4 ай бұрын
I don't think he would make version 3 since the event video. But we can't change time so yea
@George-uv7wt
@George-uv7wt 2 ай бұрын
you dont need any scripting skill to change the car's body, just weld it with the main part
@insaneinthemembrane383
@insaneinthemembrane383 2 жыл бұрын
what did you use to visualize the raycasts? open source code or custom-made code?
@Krokosha666
@Krokosha666 2 жыл бұрын
Just google "roblox studio how to visualise raycast", theres code to copy
@insaneinthemembrane383
@insaneinthemembrane383 2 жыл бұрын
@@Krokosha666 thanks
@zebra_x6420
@zebra_x6420 Жыл бұрын
Nice video, but can you make a tutorial on how to make owner only car seat for a chassi so when player 1 seats in the seat it remembers him but when player 2 tries to drive the car it kicks him from the driver seat.
@Brycki404
@Brycki404 2 жыл бұрын
My suspensions just shake violently very slightly. Like tiny movements really fast and it’s annoying to look at
@kiefer889
@kiefer889 2 жыл бұрын
what did you use to detectt when to use skid marks? the wheel velocity?
@Krokosha666
@Krokosha666 2 жыл бұрын
yes, if left or right velocity is too big
@JasonCOBA
@JasonCOBA 2 жыл бұрын
Out of full curiosity, how’s the benchmark performance like when placed against ROBLOX’a constraint chassis and A-Chassis 6.81/6.52? I’m subscribing just because of the fact that this is extraordinary
@Krokosha666
@Krokosha666 2 жыл бұрын
amusing question, i was not testing it before because i was confident that this is better, now after some lil testing, short answer: it is better. this car system is much better with RAM usage and slight(maybe not) CPU usage improvement. i'll even test this stuff on low-end computers later for bigger difference edit: no vid about it
@JasonCOBA
@JasonCOBA 2 жыл бұрын
@@Krokosha666 I assumed so, was slightly skeptic because of the fact that you had quite a sum of constant loops you have in, so was really curious about how it’ll compare against A-chassis which is a constant never ending loop
@Krokosha666
@Krokosha666 2 жыл бұрын
@@JasonCOBA loops are forever and are in system scripts that will care about every car,not only one like a chasis does(which reduces RAM usage), mine is just without complex engine and transmission simulation, only thing to worry about is that wheels are not cylinders and not physical objects (it adds immunity to physics glitches throwing normal constrain cylinders too far/stuck behind walls)
@MightyEFX
@MightyEFX 2 жыл бұрын
well my car now goes crazy fast into backwards i think when i drive forward (and flies uncontrollably)
@magpie6300
@magpie6300 Жыл бұрын
The part ends up floating, Is it because BodyVelocity got depreciated?
@Rocush
@Rocush 2 жыл бұрын
i wish i understood this rocket science
@173sawYT
@173sawYT 11 ай бұрын
hmm does the jeep model from roblox, the one seater thats white with no roof, does that model jeep use raycast?
@kbqx
@kbqx 2 жыл бұрын
Me: Searching for some Raycasting Tutorials He: Literally does magic
@Krokosha666
@Krokosha666 2 жыл бұрын
yuh it's meant to people who already understand some of it, i just spiced it up with some physical formulas that made it look like vehicle
@kbqx
@kbqx 2 жыл бұрын
@@Krokosha666 I got the stuff working with my poor knowledge, tysm
@SimonStuff2000
@SimonStuff2000 Жыл бұрын
7:31 / 9:10 Is any of your version available on toolBox? if yes, thype it name pls. EDIT: i checked the description, and i UNDERSTAND it,so i can CTRL+C :D :D
@blurayys
@blurayys Жыл бұрын
I don't understand what I'm doing wrong.. I'm following along with the tutorial but my car wont stay still? It just keeps bouncing up and down till it goes out of control and flips upside down. Please if anyone can help.
@a.a7673
@a.a7673 2 жыл бұрын
vroom racing top geim nice camera script (:
@__unlimited
@__unlimited 2 жыл бұрын
random skips in the video are kind of confusing and constant changing of variables are hard to follow
@voicelessdev3416
@voicelessdev3416 2 жыл бұрын
Usefullllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll THANKS BRO
@blackricsi
@blackricsi Жыл бұрын
wow where did you learn from scripting? it is hard to learn?
@el1ssgames
@el1ssgames 2 ай бұрын
my head hurts
@IIRebelll
@IIRebelll 2 жыл бұрын
How would I go about keeping the wheels from going underground? I have everything set to be the right stiffness correct dampener and even double my wheel radius yet the wheels still end up going through the ground
@Krokosha666
@Krokosha666 2 жыл бұрын
if it's trying to float check if wheel radius is really radius
@GrooSinka
@GrooSinka Жыл бұрын
how did you make sounds in car?
@sevens12
@sevens12 Жыл бұрын
jit made something thats even more complicated than slot cars
@itz_ult
@itz_ult 3 ай бұрын
Good tutorial but I’m having trouble with the CFrames
@LoonathepaddedOfficial
@LoonathepaddedOfficial 2 жыл бұрын
Question what if you tried making a jailbreak chassis...?
@kiefer889
@kiefer889 2 жыл бұрын
im having a problem, like when i move the car with the roblex moving tool, when i stop moving it, the force is so big that it goes flying, and idk what i did wrong, i simply wrote stuff like you did
@Krokosha666
@Krokosha666 2 жыл бұрын
if car is ok without moving it with tool, its ok, it is happening because of applyImpulse pile up when part is anchored while moving it, so just pit check before suspensions that if car is not anchored
@Razze-hm2tg
@Razze-hm2tg 5 күн бұрын
is it only me but only my left wheels are rotating when driving?
@flumzeeRBLX
@flumzeeRBLX Жыл бұрын
for the wheel rotations, when i turn, it turns every wheel in the vehicle folder... any help?
@ratta3000
@ratta3000 Жыл бұрын
mine doesnt even turn
@thefrogg.
@thefrogg. 7 ай бұрын
how you making players to spawn in a car. on vroom racing
@LoonathepaddedOfficial
@LoonathepaddedOfficial 2 жыл бұрын
Question could i use this on vehicles with no doors or does it have to have some doors??
@Krokosha666
@Krokosha666 2 жыл бұрын
Of course you dont have to, only if u wanna keep door opening function check if car has doors and thats all
@ethienne7950
@ethienne7950 Жыл бұрын
Can you do it with more explanation please! I've been trying for so long to do that, but there's a lake of explanation!
@josephjostartaro4293
@josephjostartaro4293 2 жыл бұрын
sub number 200 lol
@MyNameJeffOG
@MyNameJeffOG Жыл бұрын
This system is really nice! But I have a question. How would I make it stop accelerating faster than the max speed when I turn and also be able drive up steeper angles without needing to have to go up to max speed? Great tutorial tho keep it up! :D Edit: Nvm, I increased the torque and added acceleration variable so it takes time to speed up. And for turning, I added turn speed cap.
@user-kt7dv1xb1b
@user-kt7dv1xb1b Жыл бұрын
Hey, I have the exact same problem right now. I would really appreciate it, if you could message exactly what you changed in the scripts, that would be very great! If not that's fine, no one can get everything in the world :)
@MyNameJeffOG
@MyNameJeffOG Жыл бұрын
@@user-kt7dv1xb1b i just added a new variable called acceleration and made it fraction like 30/100 then multiplied it inside the ZForce
@MyNameJeffOG
@MyNameJeffOG Жыл бұрын
@@user-kt7dv1xb1b and for turn speed same thing but with x force and also made it so the faster you go, the harder it is to turn. So i just made another variable and made it multiply the speed divided by 25. Thats what i remember doing because i cant check right now but i hope it works!
@user-kt7dv1xb1b
@user-kt7dv1xb1b Жыл бұрын
@@MyNameJeffOG oh alright thanks, I will try to see if I can type it in myself. Just to be sure though, what does torque do in your modified script?
@MyNameJeffOG
@MyNameJeffOG Жыл бұрын
@@user-kt7dv1xb1b its the same as in the video. I didnt change anything for torque except just increase it. I made my car heavier so thats why i increased it
@alessiopelizzoni5170
@alessiopelizzoni5170 2 жыл бұрын
Great video! But when I steer, the car speed goes down, and I can't figure out a solution to keep the same speed at all times. Do you know how to modify the throttle/steer code?
@Krokosha666
@Krokosha666 2 жыл бұрын
i think it's mostly friction cuz when u steer wheels horizontal side turns slightly against general velocity, i have same thing and it is intended irl too, steer angle and wheel friction settings are ones that are causing it
@alessiopelizzoni5170
@alessiopelizzoni5170 2 жыл бұрын
@@Krokosha666 But if I change the friction value the car will slide away. What I want to archieve is a car with the same friction that keeps its speed when turning.
@Krokosha666
@Krokosha666 2 жыл бұрын
@@alessiopelizzoni5170 maybe raise acceleration? or somehow figure out that velocity will smartly translate into current rotation idk
@alessiopelizzoni5170
@alessiopelizzoni5170 2 жыл бұрын
@@Krokosha666 Thank you!!!
@cyberlordshop
@cyberlordshop 2 жыл бұрын
Is it possible to make like a low rider type car? Like hydraulics?
@Krokosha666
@Krokosha666 2 жыл бұрын
Yes, you can make suspension length for each wheel in table or you can just add value same as wheelRadius but multiple in table only to extend raycasts and change those hydraulics length in separate function, but u may have troubles in replicating it(letting other players know what hydraulics u activated(maybe add numberValues))
@8ava8198
@8ava8198 2 жыл бұрын
instead of cloning code to the npc, why not just have the npc send a vector as to which direction they want to go?
@Krokosha666
@Krokosha666 2 жыл бұрын
yes, i said there stuff about npc mainly for suspension system working on server side, npc will control it howerver u want
@gyrthez246
@gyrthez246 Жыл бұрын
wanted to learn how to script cars for the past several months, i'm just really bad at math and translating into physics.
@Krokosha666
@Krokosha666 Жыл бұрын
well you can first make the basic car, i believe there is roblox official tutorial on how to make it with constraints and physics objects
@user-ur1ew9wc3f
@user-ur1ew9wc3f 4 ай бұрын
@@Krokosha666 Roblox's destroying the tutorial with a crappy "documentation" thing
@drakomatic
@drakomatic 9 ай бұрын
This literally does not work on the client due to the code expecting a static deltatime (in which only heartbeat provides, using renderstepped on the client is much better)
@YmPete
@YmPete 8 ай бұрын
If you want your game to run at 30 fps on modern hardware, go for renderstepped.
@notbtfst
@notbtfst 4 ай бұрын
Hey how do u make gear changing system like on vroom racing Edit : I mean the sound, yea sound Edit : KZbin's comment is pranking me
@zerocabe3385
@zerocabe3385 Жыл бұрын
how do i switch bodies from the uaz to something else
@Bawed
@Bawed 3 ай бұрын
The tutorial was difficult to understand can I get Roblox model with code car and the whole pack I subbed
@RJTheJunior
@RJTheJunior 2 жыл бұрын
This is absolutely an amazing tutorial, very well scripted and explained. One question though, will the model with the advanced and smooth camera be released to the public?
@dr.samtyy4731
@dr.samtyy4731 Жыл бұрын
Why is my part so bouncy it teleports off the map. :( I need more details and explanations, i restarted so many time with no success.
@George-uv7wt
@George-uv7wt 2 ай бұрын
too much force applied
@suchmantae7568
@suchmantae7568 2 жыл бұрын
hey can you make like and updated version adding the enter animations?
@George-uv7wt
@George-uv7wt 2 ай бұрын
the animations are easy
@NewJAA
@NewJAA 2 жыл бұрын
Have buy?
@HasTheTimeGone
@HasTheTimeGone 2 жыл бұрын
1:30
@blueeee9292
@blueeee9292 2 жыл бұрын
😲😲😲
@x86_architecture10
@x86_architecture10 Жыл бұрын
6:54 That is a scene from a Soviet movie.
@Krokosha666
@Krokosha666 Жыл бұрын
yes, its called "Кавказская пленница" and this scene is at 58:30
@x86_architecture10
@x86_architecture10 Жыл бұрын
@@Krokosha666 These two kzbin.info/www/bejne/fGebk5WwhLSCmrs kzbin.info/www/bejne/hp7Ei2OJod6Nb6c Also, the song that I hear playing at 5:40 sounds like a song from Ну, погоди! kzbin.info/www/bejne/rXjIgHR7gcqersU at 2:06 in that video.
@x86_architecture10
@x86_architecture10 Жыл бұрын
@@Krokosha666 Also, this is a really good tutorial. These types of tutorials are a very rare to find, very useful, and these types of cars are really good. You earned my sub.
@Defaultcoolstuff
@Defaultcoolstuff 4 ай бұрын
hipyty hopety your cars are now my proprety
@Krokosha666
@Krokosha666 4 ай бұрын
:(( but actually i dont mind
@Defaultcoolstuff
@Defaultcoolstuff 4 ай бұрын
@@Krokosha666 and i dont actualy need it
@notbtfst
@notbtfst 4 ай бұрын
​@@Krokosha666Hey, your door entering animation looks nice. But it would be nicer if you share the actual entering script. (Also you received a subscriber and I don't really care if you're too lazy but if possible, can you still make it?)
This is what Roblox drifting looks like...
11:35
Goosiest
Рет қаралды 2,1 МЛН
Making roblox car physics SLIGHTLY more realistic :)
10:17
A pack of chips with a surprise 🤣😍❤️ #demariki
00:14
Demariki
Рет қаралды 45 МЛН
Whyyyy? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 20 МЛН
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 20 МЛН
[outdated] Rbx studio tutorial - Raycast suspension
2:31
Krokosha666
Рет қаралды 25 М.
The Minecraft website that watches you
23:42
RetroGamingNow
Рет қаралды 1,1 МЛН
Secrets of Roblox Building - Tips for Better Building
29:35
GnomeCode
Рет қаралды 220 М.
The Basics of Perlin Noise | Roblox Studio Tutorial
27:05
I Made Roblox a Dusty Trip In 1 Hour
3:01
ItsGrand
Рет қаралды 67 М.
Making Custom Car Physics in Unity (for Very Very Valet)
22:48
Toyful Games
Рет қаралды 115 М.
The ULTIMATE Beginner Guide to Roblox Studio.. (Start BUILDING Now!)
39:33
How to make Simulator (Obby creator) Part 2
5:09
MrEfikus
Рет қаралды 3,5 М.
Wreck "The best BeamNG clone on Roblox"
4:02
YTZ_Owen
Рет қаралды 7 М.
A pack of chips with a surprise 🤣😍❤️ #demariki
00:14
Demariki
Рет қаралды 45 МЛН