Camera Issue Help

I want to make a camera scriptable, to make a part the camera instead, but I’m currently facing an irritating moment that the camera will not be at the part’s CFrame, but instead ignoring the code and put my cameratype at my player’s avatar. Is there any errors I potentially put?

Delete repeat until player.NumPlayers == 1

I believe you are missing one crucial bit of code - set the CameraSubject to the part you want your camera to go on.

camera.CameraSubject = part

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.