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

How do I make it first person, in a map?

Asked by 10 years ago

So I put this code in LocalScript

But then I put it in StarterGui

game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson


BUT, it stays First Person Locked forever, how do I make it so you can be third person in the lobby, but first person in the map? Or whatever so when you load the map.

4 answers

Log in to vote
0
Answered by 10 years ago

By keeping it the same .-.

0
I want it to be third person in lobby, and first person in game CrazyRocker60 17 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

local camera = game.Workspace.CurrentCamera

camera.CameraMode = 1 --LOCKED

camera.CameraMode = 0 --Unlocked?

Log in to vote
0
Answered by 10 years ago

Put this in a local script and put it in the starter GUI to lock it for the whole place.

game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson

Log in to vote
0
Answered by
IcyEvil 260 Moderation Voter
9 years ago

Try My Model, Made Just for you.

http://www.roblox.com/ScriptingHelpers-Script-for-CrazyRocker60-item?id=163626128

Answer this question