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

Easiest way to tell when a player is in first person?

Asked by
Demjot 0
7 years ago

What is the easiest way to tell if a player is in first person?

I know I can use .magnitude with the camera and head but I wonder if anyone can think of any other way?

1 answer

Log in to vote
0
Answered by 7 years ago
Edited 7 years ago
print(workspace.CurrentCamera.CameraMode)
--Or
local x = Instance.new("Message",Workspace)
x.Text="Your camera mode is "..workspace.CurrentCamera.CameraMode
--And there are many other ways to display messages.
--Well choose whichever one works for you! hope this helped. :)
0
If this helped make sure you accept :) thank you NotNowSkid 10 — 7y
0
Doesn't really accomplish what I was looking for Demjot 0 — 7y
Ad

Answer this question