Document Vector3::FuzzyEq

TIL that Vector3:isClose has a PascalCase alias called Vector3:FuzzyEq.

Vector3.new():FuzzyEq(Vector3.new()) -- true

This method is completely undocumented, and even googling it shows nothing.

33 Likes