Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to properly use Focus in First Person?

Asked by
noammao 294 Moderation Voter
5 years ago

If your camera is locked in the first person does your camera need to focus on the character or in the direction the camera is facing?

To clarify (and this is not how it should look) I mean something like this:

Camera focus on the character: game.workspace.CurrentCamera.focus = localplayer.Character.HumanoidRootPart.Position

Camera focus in camera direction: game.workspace.CurrentCamera.focus = CFrame.new(HumanoidRootPart, lookvector of Character)

Also whenever you begin to type focus you get 2 alternatives: "focus" and "Focus". The only difference is that one of them starts with a capital letter. Is there any difference in function?

0
Capital letters has difference. For example "Connect" and "connect". HeyItzDanniee 252 — 5y
0
So Capital letters are prefered on Focus as well then? noammao 294 — 5y

Answer this question