Getting the error "Parent is not a valid member of EditableImage/EditableMesh"?

I was confused on how you’re suppose to use editable meshes/images

From what I read this is how you’re suppose to use it:

EditableMesh

EditableImage


But I kept getting the error “Parent is not a valid member of EditableImage/EditableMesh”

Same error from the demo:

How do you actually use them?

Instead of this:

editableImage.Parent = script.Parent.Decal

do this:

script.Parent.Decal.TextureContent = Content.fromObject(editableImage)

I hope this helps! :grin:

3 Likes

How is this resource any more helpful than just reading the documentation for either of those classes where they very clearly explain how to properly use them in a way that any reasonable person should be able to understand?

Is reading the documentation really this much of a forgotten art these days?

2 Likes

It doesn’t provide new information. It’s a tutorial/guide. It helps people who are confused about outdated information on EditableImages/EditableMeshes.

If you don’t find this useful then move on.

2 Likes