Hello. I am trying to make a ski lift for my ROBLOX skiing game, but I don’t know how to make it work. I tried watching the sliding puzzle tutorial and learning prismatic constraints, but I don’t know how they manifest into the ski lift system, or if it is the best way. How would I go upon using prismatic constraints?
1 Like
Instead of Prismatic constraints, Why not just use TweenService?
The reason I wouldn’t use tweenservice is because if I want to control the lift, I can’t. I can’t edit a tween while it is going. Is there any possible way I can use a tweening system while still being able to control the speed of the chairlift?