I want to create a sliding door for an aircraft but frankly I have no idea how I would go about doing this.
Obviously if this door was going to be on a static object I would normally use TweenService to achieve this but since the door will be mounted on a model that will be moving around, changing orientation etc frequently I am unsure about the feasibility to use TweenService in this case.
Does studio have a Linear Actuator like feature that would enable me to create a sliding door that can still open whilst the aircraft is moving or am I going to have to do some complex scripting. Any help as to how I could achieve this would be appreciated
I have considered using tweenservice but as the door will be mounted on an aircraft that is constantly moving the door could move to the wrong position. How would I achieve it so that it remains in orientation with the aircraft and doesn’t move to the wrong position
the destination of the position to move to will be constantly changing though as it is a door on a moving object. The only way to ensure it moves to the correct position would be to have an invisible brick in position where I want the door to move to but I am wondering if there is an alternative (potentially more efficient) way of achieving this