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.
I am not that good at programming so any extra help would be nice. Thank you guys!
J_Angry
(J_Angry)
#2
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
J_Angry
(J_Angry)
#5
Alright, sorry I didn’t respond. I was looking for a solution to the problem too LOL . Anyways, good luck on your game
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
system
(system)
Closed
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.