Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get a part's position #78

Closed
notzvck opened this issue Aug 4, 2023 · 2 comments
Closed

Unable to get a part's position #78

notzvck opened this issue Aug 4, 2023 · 2 comments
Labels
enhancement New feature or request external Issue depends on external factors roblox Issues pertaining to the built-in Roblox library

Comments

@notzvck
Copy link

notzvck commented Aug 4, 2023

I get the following error:

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

@filiptibell filiptibell added enhancement New feature or request roblox Issues pertaining to the built-in Roblox library external Issue depends on external factors labels Aug 4, 2023
@filiptibell
Copy link
Collaborator

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

@notzvck
Copy link
Author

notzvck commented Aug 4, 2023

Thanks.

@notzvck notzvck closed this as completed Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request external Issue depends on external factors roblox Issues pertaining to the built-in Roblox library
Projects
None yet
Development

No branches or pull requests

2 participants