How to lock camera around part or certain coordinates?

Hi,

I’m certainly more of a builder, so I’m not really too sure how to achieve this. Similar to how you can hold right-click to rotate the camera around you (the player), how can you lock the camera onto another part or set of coordinates?

1 Like

You’ll use a local script to access the camera. Local scripts only work in certain areas look in the local script API for all the areas.

2 Properties on the camera will help you.

  1. Camera Subject
    This is going to be what your camera is “orientating” by default its on the Humanoid of the character
  2. Camera type
    Theirs a few different options for camera type. But this changes how the camera works.
    In this instance you may want to use static. I

I recommend you read through these API’s

I did my best at describing this to you but if something was unclear or I did a lousy job at explaining please inform me and ill try retell.
Hope this helps

Local Scripts
Camera

1 Like