How do I make the camera rotate around the players head?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve?
    to make the camera spin around the player’s head

  2. What is the issue?


    i don’t know how to achieve this

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub? yes, i couldn’t find any that helped me

Look at this article about camera manipulation. It might help you:

In the rotation script section, for the target, replace workspace:FindFirstChild(“Part”) with the player you want it rotate around.