Need help with car animation

so i am trying to animate this car but when i try to move it, it change the rotation and at some point even breaks into pieces

Can you show your Motor6Ds? You probably rigged your car wrong.


is this what u meant? if u want i can send u the model if u wanna check it out

https://www.roblox.com/library/9225502893/Car-3
here is the link to the model if u want to try it a bit

do you want to only move wheels??

does that move the whole car? wdym by just wheels?

Im just asking, do you want to move the whole car with wheel animation??

no i jutst need the whole thing to move forward hahaha

If do you want to move the whole car, join all the parts with weld

oh then i will only use one part to animate?

then move some of the car parts like this…

car.Part.Position = car.Part.Position + Vector3.new(10,0,0)

yes, but you dont need to make a animation

can i change the speed on this?

local carVel = 10
car.Part.Position = car.Part.Position + Vector3.new(CarVel,0,0)

but you can use other ways to do this

simple or medium way?? the medium way a little more advanced , but not to much

well thanks i will try this for now

well can i have the medium way?

just to get a better result tho

(How To Make A Car In Roblox - YouTube)

1 Like