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?
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?
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.
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!