I have this script where it throws your camera infront of object but I cannot seem to find a way to make it so your camera rotates depending on the FrontSurface. It's a more in depth script obviously, I only left the main parts that require help.
thanks in advanced owo
Or just how to simply rotate the camera using scripts.
------------------------------------------------ camera.CFrame = touchpart.CFrame + Vector3.new(-14,-4,0) camera.CameraType = 'Scriptable' ------------------------------------------------