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

How do i make a Player camera that is in first person but allows them to see their body/legs?

Asked by 10 years ago

I have tried multiple ways, but im stumped.

3 answers

Log in to vote
0
Answered by 10 years ago

It's hard to picture that...

0
Can you draw some kind of diagram? BosswalrusTheCoder 88 — 10y
Ad
Log in to vote
0
Answered by
anerth 25
10 years ago

is there a specific code you've used? if so, we'd like to see it.

Log in to vote
0
Answered by 10 years ago
if newPlayer.CameraMode then 
    newPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
    end

Answer this question