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

Is there way of adjusting what position the camera is looking at?

Asked by 7 years ago

Is there a way of changing the position the camera is looking at?

is there a method of making the camera position more than 1 angle?

0
I think you'll find a lot of answers here. :) http://wiki.roblox.com/index.php?title=Camera_manipulation Astradant 45 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

Of course! You would have to parent the custom camera to a brick and change it to scriptable. Then what you have to do is CFrame the custom camera with CFrame.Angles(0,0,0) and it would change it to the angle you need by playing around with them. If you have any questions feel free to ask!

Ad

Answer this question