You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I would like the camera orientation to be:-65.691, 179.632, 0
. And keep the changing of the position tho. -
What is the issue? Include screenshots / videos if possible!
I can’t find a way to do it.
Script:
repeat wait() until workspace.CurrentCamera
local camera = workspace.CurrentCamera
camera.CameraType = Enum.CameraType.Scriptable
camera.CFrame = CFrame.new(-63.357, 29.432, -17.559) --Change position
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I can’t find a solution