Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
|
| 08 Aug 2011 09:06 AM |
used = false script.Parent.Selected:connect(function(mouse) mouse.Button1Down:connect(function() if not used then used = true clone = game.Lighting["ModelNameHere"]:Clone() clone.Parent = workspaceclone:MoveTo(mouse.Hit.p) end end) end)
I cant put it....When you put it in a black brick its not supposed to be appearing |
|
|
| Report Abuse |
|
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
| |
|
|
| 08 Aug 2011 09:11 AM |
Do you have a model in lighting called ModelNameHere
~ Mitch ~ |
|
|
| Report Abuse |
|
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
|
| 08 Aug 2011 09:12 AM |
| i just made that as an example |
|
|
| Report Abuse |
|
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
|
| 08 Aug 2011 09:12 AM |
what code can you add there?
lalallalaa |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
|
| 08 Aug 2011 09:36 AM |
workspaceclone
should that be game.Workspace.clone? |
|
|
| Report Abuse |
|
|