Just a curiosity question - if you set a part’s CFrame like so…
workspace.Part.CFrame = CFrame.new(workspace.Part.Position, workspace.Part.Position)
The part will get positioned to what looks like some sort of overflow math.huge Vector3.
Thinking about it simplistically from the idea of orientating the part to face its own position, it would infinitely be spinning in circles never be able to reach the desired rotation. Obviously this isn’t the real reason why this happens to the part, but its the only way I could make sense out of why it gets this overflow value.
If anyone knows why this happens I’d be happy to know the correct reason!