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.