# https://create.roblox.com/docs/reference/engine/classes/Camera#CameraSubject Camera | Documentation - Roblox Creator Hub A class which defines a view of the 3D game world.
# https://devforum.roblox.com/t/locking-players-camera-to-a-part/429607/2 Developer Forum | Roblox Locking player's camera to a part You can use the CameraSubject property for this. I believe if you set the CameraSubject to the part, it’ll follow it automatically (although you may have to play around with the CameraType as well, I’m not sure if the default works for it or not).