Orbiting top down view camera

Hello developers!

Do any of you guys know how I can create a top down view camera? And by top down view- I mean top down view in almost an angle.

Example:

BUT- I want the camera to be able to spin and orbit around the player and zoom in and out while keeping its Y position.

Screenshot 2024-06-16 210036

I am not that good at programming so any extra help would be nice. Thank you guys!

Put this piece of code in a LocalScript inside of StarterCharacterScripts.

local Camera = game.Workspace.Camera

Camera.CameraType = Enum.CameraType.Orbital

This should lock it on the Y axis, yet rotatable on the X axis.

1 Like

This is perfect! But-

Is it possible for the camera to be higher, and for it to zoom?

Nevermind, I figured it out myself.

1 Like

Alright, sorry I didn’t respond. I was looking for a solution to the problem too LOL :sweat_smile:. Anyways, good luck on your game :wink:

1 Like

Entirely my bad, I should have researched a bit more or tried some more things about before bugging you. Thank you!

1 Like