AutoVehicle - Automatic vehicle rigging plugin

AutoVehicle

AutoVehicle

AutoVehicle is an automatic car rigging plugin that rigs cars in just few clicks. This is a great plugin for beginners and modelers to quickly and easily rig their cars to test them out or even place them into game without any scripting knowledge, it also saves a lot of time.

How To Use

Step By Step Instructions
  1. Create a new Cylinder and resize it to any size you want, it’s recommended that the size of the wheel on x-axis is 1 stud.
  2. Duplicate the Cylinder 3 times and place them to look like a base for a car.
  3. Create a new part and name it “Indicator”, make sure that it faces the direction that the car will go.
  4. Group all of the wheels and rename the group to “Wheels”.
  5. Group all the parts of your car so its just one model containing “Wheels” and “Indicator”.
    image
  6. Name all the wheels accordingly.
    image
  7. Select your car model and click on “AutoVehicle” button.
    image
  8. You can adjust the settings by selecting “Chassis” in your car model. (It uses attributes).
    image
  9. Play test
  10. You can add more stuff to your car as long as you don’t rename important instances. You don’t have to weld stuff as it’s done automatically for you. You can find more information on how this plugin works by checking out the “Documentation” section.

Documentation

  • Wheels model contains your custom wheels.
  • Indicator tells the plugin on how to rig your car.
  • Chassis model contains the rig generated by the plugin and it also contains settings that can be modified in real-time.

More info will come out soon.

Download

Feel free to share your feedback on this plugin, as I am looking to improve!

218 Likes

This is fantastic! Thank you! :grinning:

6 Likes

Woah, can’t wait to try it. Does it use roblox default steering or custom steering?

6 Likes

It gets steering input from VehicleSeat, and then it steers the car using LocalScript controller, so yes it does use custom steering.

4 Likes

I cant press the “step by step instructions” or the “video tutorial”

3 Likes

I am not sure why arrows don’t work for you, but I had send you the instructions in the direct messages.

I think its my browser, my laptop doesn’t work with chrome so I have to use edge (by “doesn’t work with chrome” I mean it bluescreens when I try to use it)

I don’t think it’s your browser. I’m using Edge and I’m fine.

1 Like

I’m not using the 2020 edge, I’m using the 2015 Microsoft edge
(update, not anymore lmaoooo)

3 Likes

I’m using the 2020 Edge, is their a way that you can upgrade to the latest one?

1 Like

the new edge also bluescreens my laptop lol

2 Likes

Update 1.0.1

This is an update 1.0.1. In this update you will find the following changes:

  • Plugin now adds the attachments to the wheels automatically, so that means you no longer need to manually add attachments to the wheels.
  • New reserved name has been added HEADLIGHTS. This name is only reserved under the FAKE model, so you can name any Basepart as HEADLIGHTS in the FAKE model in order to give it functionality, in this case player can press L on the keyboard in order to activate and disactivate the head lights of the car.
  • New reserved name has been added TAILLIGHTS. This name is only reserved under the FAKE model, so you can name any Basepart as TAILLIGHTS in the FAKE model in order to give it functionality, in this case if the vehicle’s engine speed is being increased the tail lights will not be activated, however if it’s opposite then it will active itself.
  • Some changes were done to the default vehicle’s controller.
  • GUI has been made for the plugin.
  • There is one more functionality added to the plugin, in which plugin will automatically remove the old rig and create new one when you try to rig the vehicle using the plugin. This functionality is useful when you want to update the rig after an plugin update. This also creates an folder called RigData which should not be removed at any point as it stores information about the rig that can be used by the plugin to remove the proper instances out of your vehicle.
  • You can also see selected objects on the GUI and important change logs will appear there too.

In this release, you need to the following things:

  • Once you’ve downloaded the update for this plugin, update each rig by rigging it again with this plugin. But BEFORE you do this, please remove the rig files manually by yourself because the previous version of the plugin did not create RigData folder which stores the rig objects so the plugin could use them to remove the proper instances out of the vehicle. You won’t need to this manually after this update.

That’s all for this release!

Preview

image

If you are experiencing any issues with this new update, please let me know!

8 Likes

Amazing update! This plugin just keeps on getting better! I cannot wait for the future of this!

4 Likes

Amazing plugin, but i couldnt figure it out, so i got the example. Now, the problem is, if you press “D”, you’re going left, and if you press “A” you’re going right… Shouldnt this be swapped?

2 Likes

Go into the controls, search for something in the script: «Enum.KeyCode» and it will probably find a line where the input is, just change whatever the input is.

So. Enum.KeyCode.D —> Enum.KeyCode.A, or something like that.

3 Likes

Update 1.0.2

This is an update 1.0.2. In this update you will find the following changes:

  • Bug Fixes
  • Added “Remove Rig” button, so you can remove the rig if you no longer want to use it

This should fix the “incorrect-direction” attachment bug. However I am not sure, so let me know if it fixed any problem that you experienced before.

That’s all for this release!

Update
The issue still occurs, It will be fixed once I will have time, for now you can play around with attachment rotations until the wheels are correctly rotated.

4 Likes

Hallo Mate! I have a question and a suggestion;

First the question: Why are all my wheels disappearing? I attached the base vehicle to a custom model. It drives amazingly and everything works, but all the wheels are missing. I followed the tutorial exactly and quad-checked everything. Has anyone else had this issue? Any possible fixes?

Now suggestion: Add an optional ‘CameraBlock’ - a block or model named ‘CameraBlock’ that will automatically teleport the player camera to this position/orientation. Perhaps one for each seat? If there is a simple way to add this currently, please lemme know.

Thanks! Great Plugin BTW!!

1 Like

Thanks for your suggestion, I will add it when I have time.

1 Like

Is there any trouble with the rigging part of the tires? I know that this approach of making cars can sometimes cause the tires to pop out/glitch on mobile/low memory devices.

Interesting, I never heard of that problem before.