Basically, I want the player to be able to rotate their camera like they normally can, but instead of being on the player I want it on a vehicle that the player is not inside. I set the camera's cframe to where I want it and it goes there, but the camera is stuck looking forwards and can't be moved with right click, I want to be able to move the camera with right click when the player is not around. Anybody know how to do this? I tried setting the camera to scriptable, but I still had the same results.
Seeing the script your using would enable us to better help you or see what the problem is but you might try checking out this page that goes over CameraTypes. http://wiki.roblox.com/index.php?title=API:Enum/CameraType
In the past I've used the Scriptable option and its worked fine for me.