CFrame:FuzzyEq

Returns true if the other CFrame is sufficiently close to this CFrame in both position and rotation. The epsilon value is used to control the tolerance for this similarity; this value is optional and should be a small positive value if provided. The similarity for position is component-wise while rotation uses a fast approximation of the angle difference.

Parameters

other: CFrame
epsilon: number
Default Value: 0.00001 (1e-5)

Returns