|
| 19 Aug 2012 10:24 AM |
wait (.1) mesh = Instance.new("Mesh") wait (2) mesh.MeshID = http://www.roblox.com/Asset/?ID=12120483 wait (2) script.Parent:remove() |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2012 10:26 AM |
you didn't define the mesh's parent
~This sig is false~ |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2012 10:28 AM |
Is this correct now?
wait (.1) mesh = Instance.new("Mesh") wait (2) mesh.MeshID = "http://www.roblox.com/Asset/?ID=12120483" mesh.Parent = script.Parent wait (2) script.Parent:remove() |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2012 10:28 AM |
i think so...
~This sig is false~ |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2012 11:33 AM |
I think It should be
wait (.1) mesh = Instance.new("Mesh") mesh.Parent = script.Parent wait (2) mesh.MeshID = "http://www.roblox.com/Asset/?ID=12120483" wait (2) script.Parent:remove() |
|
|
| Report Abuse |
|
|