selene icon indicating copy to clipboard operation
selene copied to clipboard

Error when calling methods on new `CFrame`, `Vector2`, and `Vector3` global properties

Open nezuo opened this issue 2 years ago • 1 comments

CFrame.identity:Inverse() -- standard library global `CFrame.identity` does not contain the field `Inverse`
Vector2.xAxis:Dot(Vector2.yAxis) -- standard library global `Vector2.xAxis` does not contain the field `Dot`
Vector3.xAxis:Dot(Vector3.yAxis) -- standard library global `Vector3.xAxis` does not contain the field `Dot`

nezuo avatar Mar 16 '22 15:03 nezuo

image Can confirm, hope this gets fixed.

DazorPlasma avatar Aug 26 '23 23:08 DazorPlasma