NBA 2K Camera System

Hi Developers, I am currently working on a basketball game similar to NBA 2K. Currently, I am trying to create the NBA 2K camera system. Basically, I want the camera angle to be just like NBA 2K. I will include a video of what I am talking about because I know I am not good at explaining at all. :laughing:

SKIP TO 0:40

I tried searching the developer forum but I wasn’t able to really find anything. It would be great if you guys can help!

Thank you.

1 Like

This kinda thing will require alot of Camera Manipulation.Like the default Camera Position is Set to the Torso I think you could write a script that set’s Camera to a distance away from the player and at a y axis of like 20 studs and set that the camera should be behind the player all the time

2 Likes

Good idea. I’m going to try it. I will let you know how it goes, thanks! :smile:

1 Like

That is the best way to do it.

I also recommend looking into Lerp(), which finds a smooth place in between, sort of like TweenService, but since the camera is fixed on the player’s torso, this is the easiest way.

1 Like

Sure let me know it works your welcome

1 Like