Is there a way to rotate the player? My idea was that in space, if you needed to turn to fit through a smaller gap, could I set up keys that turn the character? I tried with a BodyGyro, and a BodyAngularVelocity, but they didn't seem to work. I believe I need to calculate the local x y z axis instead of global x y z. Is there a way to do this?