lune-org/lune

Unable to get a part's position

Closed this issue · 2 comments

I get the following error:

Failed to get property 'Position' - missing default value
[Stack Begin]
Script '[C]'
Script '__mlua_index', Line 31
[Stack End]

Labeled this as "enhancement" and not a bug since its more of a missing feature. Internally the part.Position property doesn't actually exist, but part.CFrame does, and you can use part.CFrame.Position to achieve the same thing.

Some more info and tracking this here: rojo-rbx/rbx-dom#277

Thanks.