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

Is this the Right way to make a FPS zoom?

Asked by
woodengop 1134 Moderation Voter
9 years ago

When I tried

game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson

It didn't work. Help Please!

0
in local script in starter gui put game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson RM0d 305 — 9y

1 answer

Log in to vote
3
Answered by
Hybric 271 Moderation Voter
9 years ago

This script will be in StarterGUI so when you play this will make you in FirstPerson

script.Parent.Parent.CameraMode = "LockFirstPerson"
print("Camera locked")
Ad

Answer this question