Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you rotate your camera based on the FrontSurface?

Asked by 6 years ago
Edited 6 years ago

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'
------------------------------------------------
0
thanks, i'll give that a shot rareheaddress 74 — 6y

Answer this question