Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Camera won't change to part?

Asked by 5 years ago

I'm trying to change the players camera to a part in the game. I'm using a server script and it's in workspace :|

cam = script.Parent.Camera
camcamding = script.Parent.Cam


while true do
    wait(0.1)
    cam.CameraSubject = camcamding
end

No errors in output.

0
Change the CFrame with it. greatneil80 2647 — 5y

Answer this question