of     1   

FroggoBLOX
#141816871Monday, July 28, 2014 6:25 AM GMT

Is there a way to make the right click do nothing to the camera?
IAmTheRolo
#141816939Monday, July 28, 2014 6:26 AM GMT

CameraType = "Scriptable"
CeaselessQuokka
#141816969Monday, July 28, 2014 6:26 AM GMT

make the CameraType "Scriptable". CeaSoul CeaSoul by the Cea Sore
FroggoBLOX
#141817007Monday, July 28, 2014 6:27 AM GMT

Tried that, not working :(
FroggoBLOX
#141817140Monday, July 28, 2014 6:29 AM GMT

Well... actually I did it through a local script, do you mean changing the one in workspace?
IAmTheRolo
#141817223Monday, July 28, 2014 6:30 AM GMT

A player's camera can only be accessed through a local script. local cam = workspace.CurrentCamera cam.CameraType = "Scriptable"

    of     1