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.
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!
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
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.