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?
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. :)