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

How do I make a locked first person camera?

Asked by 8 years ago

How do I make a smooth Locked First person camera for an FPS game.

0
You can use in built camera mode http://wiki.roblox.com/index.php?title=API:Enum/CameraMode User#5423 17 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago
game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson

From the wiki. :)

Ad

Answer this question