How i can make camera like in Mortal Kombat, Tekken, Street Fighter?

Example like this:
robloxapp-20230426-1829147.wmv (200.7 KB)

First get the middle point between player 1 and player 2.
Then we use this little triangle:
image
With θ half the FOV and the opposite half the distance between player 1 and player 2.
Now with that information we can calculate the Adjacent, this will be offset to the x/z-axis.

With this you should be able to script a camera alike this.

4 Likes

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