Make player look at part in first person

How do I make a player look at a specific area or part in a cutscene where they’re in first person

Try this
Not sure if it works in first person, however.

1 Like

yeah I had already tried that one, didn’t work in first person.

As simple as using CFrame.lookAt on the camera:

Camera.CFrame = CFrame.lookAt(Camera.CFrame.Position, Part.Position)

https://developer.roblox.com/en-us/api-reference/datatype/CFrame

2 Likes