how would i go about making a camera that follows a part.
for example making a camera that looks at the player like someone’s watching it. or making a part in the back looking at the player as it moves so the player can see
looking for some advice on how to tackle it.
thanks for reading
CFrame.lookAt
Camera.CFrame = CFrame.lookAt(Camera.CFrame.Position, Part.Position)
your a life saver! thank you so much
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.