Kampfkarren / selene

A blazing-fast modern Lua linter written in Rust
https://kampfkarren.github.io/selene/
Mozilla Public License 2.0
600 stars 76 forks source link

CFrame.identify not inheriting proper mehods #560

Closed noahrepublic closed 11 months ago

noahrepublic commented 11 months ago

When trying to use CFrame.identity it doesn't seem it inherits properly.

Example:

 CFrame.identity:ToObjectSpace(part:GetPivot())

Error: standard library global CFrame.identify does not contain field ToObjectSpace

chriscerie commented 11 months ago

Dupe of #348.