selene
selene copied to clipboard
Error when calling methods on new `CFrame`, `Vector2`, and `Vector3` global properties
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`
Can confirm, hope this gets fixed.