Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Unable to assign property MeshId anyone know why? [closed]

Asked by 3 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.

The error message says

"Unable to assign property MeshId. Script write access is restricted" Anyone Know Why?

local Head = Instance.new("MeshPart",workspace)
            Head.Size = char.Head.Size
            Head.MeshId = "4743972117"

These are the lines with the issue

Closed as Not Constructive by JesseSong

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?