How to I use a camera to use it as a main menu background?

Hello, I want to make it so the background of my main menu is a birds eye view of the live map, and then you choose a team, the background will disappear then you can play the game. I still don’t know how to do this and I would like some help. I’ve tried I’ve thought about using Camera.CFrame or Camera Manipulation but I don’t fully understand how to use those.

That’s all I have to say, if you have a tutorial or you can just tell me how I’d appreciate it big time!

1 Like

You have to set your Camera Type to ‘Scriptable’ first, so you can freely move your camera’s CFrame/Position. You can place a brick on top of your map and make sure it’s facing the right way, the front. Set the Camera CFrame to the brick’s CFrame and you’re good to go. Feel free to make adjustments. You can also choose to not place a brick but it’s a simple way to position your camera.

To revert it back to normal, set the Camera Type to ‘Custom’.

1 Like