I’m making a system that changes the player’s camera location and I want to make a smooth movement. I’m able to tween the player’s camera location to a location/orientation but unable to tween it back? I believe that I would have to access the player’s camera position/orientation before the tween but I’m unable to find anything about that.
- Are there better ways that I could achieve this?
- Is there a way to access the player’s camera position/orientation?
Any help could be great! Thanks!