the video says it all, how would I make the wheels move along with the part that its “attached” to?
How are you moving the arms? With a motor6d?
Yes, Its a motor6D that moves the arms up and down
It looks like you are using the old Hinges. I recommend you use HingeConstraints instead.
Maybe the wheels are anchored and that’s why they are not following?
No, they are not anchored
ignore
Can you upload the model so I can take a look at it?
Motor6D movements aren’t simulated with physics, so I guess the wheel’s hinges start “resting” or something and don’t update. Either you could change the Constraint moving the suspension, or you could run something like Chassis.AssemblyLinearVelocity += Vector3.new(0, 0.0000001, 0)
everytime you rotate the Motor6D, to give it a bit of a “kick”.
You could try lifting the arms with a HingeConstraint as a Servo idk if that works.