of     1   

ZappleOfficial
#183599190Sunday, February 14, 2016 5:53 PM GMT

How can I make the player camera locked and can't be moved to a certain location?
CommunismStamperPro
#183599544Sunday, February 14, 2016 5:57 PM GMT

change the camera's subject to an anchored part.
hovertank7
#183599877Sunday, February 14, 2016 6:02 PM GMT

Put this in a local script inside the character in workspace: local cam = game.Workspace.CurrentCamera -- Local camera cam.CameraType = "Scriptable" -- This script will lock the camera in the current location

    of     1