neongoo51
|
  |
| Joined: 12 May 2009 |
| Total Posts: 33061 |
|
|
| 13 Apr 2012 03:08 AM |
(90% of the threads I post here are about debugging anyway, Lol)
function DropTrash(part) m = Instance.new("Part", workspace) m.Name = PlasticBag m.Size = Vector3.new(10,10,10) m.Position = Vector3.new(0,39898,-44) m.BrickColor = BrickColor.new(1003) e = Instance.new("SpecialMesh", workspace) e.Parent = m e.MeshID = "http://www.roblox.com/asset/?id=25921854" e.Scale = Vector3.new(22,20,22) end
script.Parent.ClickDetector.MouseClick:connect(DropTrash)
The script is supposed to make a new object, but the object does not appear at all.
Notes: - I tried running it in Tools > Play solo - It's supposed to have a really high altitude - The output doesn't print anything |
|
|
| Report Abuse |
|
|
neongoo51
|
  |
| Joined: 12 May 2009 |
| Total Posts: 33061 |
|
| |
|
neongoo51
|
  |
| Joined: 12 May 2009 |
| Total Posts: 33061 |
|
|
| 13 Apr 2012 04:14 AM |
| I guess I'll have to fix it some other time. |
|
|
| Report Abuse |
|
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 13 Apr 2012 06:17 AM |
| Insert Prints and check again. |
|
|
| Report Abuse |
|
|
neongoo51
|
  |
| Joined: 12 May 2009 |
| Total Posts: 33061 |
|
|
| 13 Apr 2012 06:52 AM |
| It still doesn't print anything. |
|
|
| Report Abuse |
|
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
| |
|