Kampfkarren / selene

A blazing-fast modern Lua linter written in Rust

Home Page:https://kampfkarren.github.io/selene/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFrame.identify not inheriting proper mehods

noahrepublic opened this issue · comments

commented

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

Dupe of #348.