#Camera is not setting right

1 messages · Page 1 of 1 (latest)

high quest
#

I made a script and it doesn't set camera: function setupCamera()
camera.CameraType = Enum.CameraType.Scriptable
camera.CameraSubject = nil
camera.CFrame = workspace:WaitForChild("CameraPart").CFrame
end

sharp spoke
#

what is this supposed to do

#

force the camera to go to a spot

#

you dont have to remove the CameraSubject if its Type is set to Scriptable anyway

#

Scriptable will make the camera not move under any circumstance

#

but this SHOULD work unless if CameraPart doesnt exist

#

or if something else is altering the camera

#

or if this is on the server

#

@high quest so check all of this

  1. nothing else is interfering with Camera
  2. remove the line changing the CameraSubject
  3. make sure CameraPart isnt infinitley yeilding
  4. "camera" is workspace.CurrentCamera
high quest
#

checked everytkink and still dont work

#

do you want rest of script?

sharp spoke