I want to change the cameras orbit to the players head instead of the hrp. I want this to create a more realistic camera effect when playing animations on the player model.
1 Like
You can do this using the CameraSubject property of workspace.CurrentCamera (accessible by local script only, by the way), you can find an explanation of CurrentCamera here, and the actual camera instance documentation here
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.