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

Why mesh appears invisible?

Asked by 5 years ago
local part = Instance.new("Part", workspace)
local mesh = Instance.new("SpecialMesh", part)
mesh.MeshType = Enum.MeshType.FileMesh
mesh.MeshId = "rbxassetid://430345785"

Mesh appears to be invisible; I can stand on it. I really can't find the problem... please help!

0
It probably failed to load Rare_tendo 3000 — 5y
0
I ran it multiple times though. Is there a way to fix this? GoldAngelInDisguise 297 — 5y

Answer this question