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

why can't the script change the mesh Id of a dummy to the one of a character?

Asked by 6 years ago

it's impossible to do this:

workspace.Dummy.UpperTorso.MeshId = game.Players.LocalPlayer.Character.UpperTorso.MeshId

SO How can I do that? I don't want to clone it. I just want to make the upper torso's mesh exactly the same as the players.

and if I do it gives an error that the script access is restricted. Is there any way to possibly do this WITHOUT cloning anything.

0
Are you using a local script? Jellyfosh 125 — 6y
0
MeshPart.MeshID is NOT scriptable, you CAN ONLY change it thru Roblox Studio Colorblind_Haxxor 0 — 2y

Answer this question