Weird Vehicle Movement

I have a tank that is mostly composed of Unions.

https://www.youtube.com/watch?v=gpthhlq3g3Q

Everything is fine unless I weld the seat to the tank and sit, nothing is wrong unless I sit.

https://www.youtube.com/watch?v=Pzy0Sp7GjY4

We can clearly see that this is caused by the character since when it’s flying, we can see that the center of mass is on character which shouldn’t have been the case.

The way I control the vehicle is I just add acceleration to the velocity.

Tank.EnginePart.Velocity = Tank.EnginePart.Velocity + Acceleration

There are no body objects in the tank.

Rest of the script: http://hastebin.com/vifohagoli.lua

Are you using a vehicle seat?

Have you tried to forcefully weld the character to a part (not a seat) then try to move?

Velocity is ugleh. Try a BodyVelocity or a BodyThrust.

[quote] Are you using a vehicle seat?

Have you tried to forcefully weld the character to a part (not a seat) then try to move? [/quote]

Vehicle seat or a normal seat doesn’t change anything. I tried them both. I’ll try your second suggestion.

They do not change the result.

[quote] Are you using a vehicle seat?

Have you tried to forcefully weld the character to a part (not a seat) then try to move? [/quote]

Second didn’t work. Same result.

Just figured that you don’t necessarily have to have your character welded to the tank to get the same effect.

https://www.youtube.com/watch?v=skW_lC0_4Fw

Another effect is this:

[video width=425 height=344 type=youtube]pzKziOqVico

When the tank went flying in abnormal movement 2, were you holding any buttons down?

Nope, even if I did, nothing different would happen. I’ve got 8 point rays checking if the wheels are touching the floor so that they can move, if so, to what percentage.

To be honest, a few people tried changing the velocity of a part before, and it didn’t work out so well. I’m inclined to believe that changing velocity simply doesn’t work for vehicles.

The first video shows that it can be done very nicely. The rest is just weird.

Try going here and using a car.
If it flings and jumps around, that means it’s a weird problem with your computer, otherwise it’s something else.

[quote] Try going here and using a car.
If it flings and jumps around, that means it’s a weird problem with your computer, otherwise it’s something else. [/quote]

That place is inactive but I’m pretty sure that it isn’t a problem about my computer since the first video worked just fine.

The first video shows that it can be done very nicely. The rest is just weird.[/quote]

Velocity-based vehicles are outside of my knowledge because I chose a less-difficult method that I could get farther with faster.