I am trying to use TweenService to make sliding doors, which is going good except for the fact that the door is spinning because the orientation of the door is not 0, 0, 0. If I were to try and set it to 0, 0, 0 it will go side aways and not be the correct way. I need the orientation to be 0, 0, 0 without it rotating.
How can I have the door rotated the way I want with the orientation at 0, 0, 0? Or is there something I can do with the tween script to make it slide regardless of the orientation?
Since it is a group game that is set to release soon I am not allowed to disclose photos of it, but I will supply pictures of the script as necessary.
TLDR: Door is not sliding properly due to the orientation being incorrect, and if I reset the orientation it will turn the door the wrong way.