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

How do you make the Player's Camera In First Person?

Asked by 10 years ago

For a while I was wondering how to change the camera to first person, also if there is a wiki article about it, please tell me if there is. Thanks for helping in advance!

1 answer

Log in to vote
1
Answered by
HexC3D 830 Moderation Voter
10 years ago

Put this in Backpack as LOCAL script

local player = script.Parent.Parent
player.CameraMode = Enum.CameraMode.LockFirstPerson

WIKI

Ad

Answer this question