Unable to change MeshId via server script?

hello! I’m trying to change the id of a mesh but I cannot? It say’s it’s “restricted”.
image

local meshArray = {"rbxassetid://12251928516", "rbxassetid://11203553348", "rbxassetid://12312790929"}

script.Parent.MeshId = meshArray[math.random(1, #meshArray)]

nevermind I guess I didn’t look hard enough. You for some reason cannot change them no matter what via script unless its a SpecialMesh

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.