1 | local part = Instance.new( "Part" , workspace) |
2 | local mesh = Instance.new( "SpecialMesh" , part) |
3 | mesh.MeshType = Enum.MeshType.FileMesh |
4 | mesh.MeshId = "rbxassetid://430345785" |
Mesh appears to be invisible; I can stand on it. I really can't find the problem... please help!