CameraMode (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>JulienDethurens
No edit summary
(No difference)

Revision as of 20:31, 19 February 2012

CameraMode
Type CameraMode
Description Changes mode of camera - either first/third person or first person only
Member of Player

Example

This code, put in a LocalScript, would lock the camera of the player it is running for to first person. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson