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

How to make the camera only move on the x axis?

Asked by
bailley5 114
2 years ago

I don't know how to achieve this, it will be used for camera panning. I just need someone to tell me how. (you don't have to write a script)

1 answer

Log in to vote
0
Answered by
enes223 327 Moderation Voter
2 years ago

Well, there are several ways to approach this;

  1. Make a custom script to rotate the camera
  2. Set the other axis to a value that won't change
  3. Make a part for the camera to get the angle of instead of making a custom script

I prefer second way because it's easy and simple to do.

Ad

Answer this question