Position cannot be assigned to

local Position = workspace.CurrentCamera.CFrame.Position
			CurrentCamera.CFrame.Position = CFrame.new(Position, (Ring.Position + CFrame.new(Position, Ring.Position).LookVector * 100 - Position) * 1000)

I get an error saying “Position cannot be assigned to.” and i can’t find out why.

1 Like

You are trying to set the position to a CFrame, also what is

If this is the cameras CFrame then delete the .Position that follows it

3 Likes