Camera Orientation change from Script

Hello Developer Forum,

Currently I’m trying to make a camera moving script. But how would I change the camera’s Orientation to be like in Minecraft Dungeons?

That’s called a top-down camera, or maybe you’ll see some people calling it “isometric”. You can find a bunch of other questions here. If none of those turn out to be helpful, just post a comment and I’ll be a bit more helpful, but there’s no point repeating what’s already been said :slight_smile:

If those posts are too high difficulty, check out the wiki’s intro page to camera manipulation: Customizing the Camera | Documentation - Roblox Creator Hub It’s also helpful to know that you can create a “CameraScript” in game.StarterPlayer.StarterPlayerScripts to overwrite the default camera controls.

And of course if there’s something specific you’d like help with feel free to ask here as a comment or even make a new thread if you want.

This will help you