local prox = script.Parent
local part = prox.Parent
local camera = workspace.CurrentCameraprox.Triggered:Connect(function(plr)
camera.CameraType = Enum.CameraType.Scriptable
camera.CameraSubject = part
camera.CFrame = part.CFrame
end)
the camera doesnt move at all and there is no errors