How do I make the camera revolve around a point?

Hello! I am making a game and I have been asking myself, how do I make a camera revolve around a point while also focussing on the point? If you don’t understand what I am trying to say, basically I want to make a main menu like the one in Dungeon Quest.

If you think you can help me learn how to do this, it would mean the world to me since it has been a question of mine for months.

Thanks for reading!

I have searched on youtube and couldnt find any tutorials. I only found a guy showing how to move the roblox studio camera. Thanks

CFrames | Documentation - Roblox Creator Hub The bit near the end about the spinning door may help with rotating the camera around the point. To make the camera look at a certain point, use CFrame.LookAt()

1 Like

Thanks! i’ll check it out and tell you if it was helpful.