I am trying to subtract a parts Center position by another parts magnitude
MainCenterPosition is the position of the middle of Part1
function GetNumber(Part)
local Number = MainCenterPosition - Part.Position.Magnitude
end
You can’t subtract a parts magnitude from a parts position and you have most likely messed up in your code elsewhere. If you can provide more detail I may be able to help.