How do I make a player look at a specific area or part in a cutscene where they’re in first person
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