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.
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.
Sorry for the late response here, but we saw this got a lot of likes. Documentation looks correct, going to close out the thread. Thanks again for the report!