Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to change your camera position so the game will look like it's in a second dimension (2D)?

Asked by 8 years ago

Hey! Does anyone knows how to script the player's camera so it stays at a position and make it look like the player view is in a second dimension? Aka like the first Mario game type of camera view (constant side view).

Thanks!

~Lithi3m

1 answer

Log in to vote
0
Answered by 8 years ago

Use RenderStepped, CFrame, Focus the camera on the torso, have patience. and yea you do have to know some basic lua, not like i'm going to make a full script.

That's how you find your camera:

--Preferibely in a local script.
local camera = game.Workspace.CurrentCamera
Ad

Answer this question