You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want to make it so that camera faces the part
What is the issue? Include screenshots / videos if possible!
My lack of understanding and so It asks for orientation, but I want that the player’s camera moves to “bob” position and it looks straight.
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Tried digging up memories, didn’t work
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
task.wait(1)
local player = Players.LocalPlayer
local camera = workspace.CurrentCamera
local bob = workspace.bob
camera.CFrame = CFrame.lookAt(bob.Position,camera.CFrame.Rotation)