How to make a W/C Ramp in an A-Chassis Vehicle

How would I go about making a Wheelchair ramp that can be controllable? I’m trying to use A-Chassis and I haven’t figured this out yet.

Would I be able to use Tweens, Motors, Or CFrame?

1 Like

You can do this with physics using a prismatic constraint and a rod constraint, and just tween the rod constraint length. Or you could also try tweening the CFrame.


Screenshot 2023-03-10 at 5.49.03 PM

I have already tried tweening, it works outside the model, but when inside the car model it glitches out and flings the whole vehicle.

I will try your solution to see if it will work. Thanks!