Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

What do I need to use for vehicle scripts? Objects or CFraming?

Asked by 7 years ago

Okay, here it is. I want to make vehicle scripts. Land vehicles(Cars, busses, metros etc.), sea vehicles(Boats, ships, submarines etc.) and air vehicles(Planes, helicopters etc.). For example, what do I need to use to make a car script? I am not talking about basic Roblox Vehicle Seat+Part+Four Wheels, I am talking about nice scripted vehicles like in Defaultio's games. Do I need to use CFrame mostly, or is there any objects that I can use?

0
Some of the nicest game's cars still use hinges you know. Try something with changed event on vehicle seat and if the property changed is the controller or whatever, intiate driving mode. As for steering and stuff, I've got no clue, which is why this is a comment. idkaname8 25 — 7y
0
Thanks for advice, but hinges are buggy and will be more buggy on the place I use them. That's why I want to make my own car script. superalp1111 662 — 7y
0
I'm not into making vehicles, but have you heard of the new constraints they added and the stuff people have been making with them? Roblox can calculate physics and stuff much faster because they have access to different programming languages. You should still use scripts, just not rely on them so heavily. Just my opinion. User#11440 120 — 7y
0
Thanks for information. I will check it. superalp1111 662 — 7y
0
and stuff User#11440 120 — 7y

1 answer

Log in to vote
-3
Answered by 7 years ago

Try using CFrame, its the most efficient, if you want advanced mechanics as you are saying. You should dissect a popular car and see what they use, such as the ones from Apocalypse Rising.

1
Okay and thanks, but also I do not know how can I use CFraming or for what can I use CFraming on a vehicle. Can you explain how can I use it? superalp1111 662 — 7y
0
I actually think using CFrame on vehicles is a bad idea. User#11440 120 — 7y
1
Quite Bad idea. I'd use BodyVelocity instead. davness 376 — 7y
Ad

Answer this question