xXLiLxJXx
|
  |
| Joined: 15 Mar 2012 |
| Total Posts: 687 |
|
|
| 04 Jul 2014 07:39 PM |
function lol() game.Lighting["Firework Station"]:Clone.Parent = game.Players.LocalPlayer.Backpack end
script.Parent.MouseButton1Down:connect(receive) |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2014 07:40 PM |
| script.Parent.MouseButton1Down:connect(lol) |
|
|
| Report Abuse |
|
|
xXLiLxJXx
|
  |
| Joined: 15 Mar 2012 |
| Total Posts: 687 |
|
|
| 04 Jul 2014 07:42 PM |
| Oi, I fixed that part but still not cloning. |
|
|
| Report Abuse |
|
|
| |
|
Banlio
|
  |
| Joined: 28 Mar 2014 |
| Total Posts: 35 |
|
|
| 04 Jul 2014 07:42 PM |
function() game.Workspace("FireStation"):clone.Parent = game.Players.LocalPlayer.Backpack end end) script.Parent.MouseButton1Down:connect(receive) |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2014 07:43 PM |
function lol() game.Lighting("Firework Station"):Clone().Parent = game.Players.LocalPlayer.Backpack end
script.Parent.MouseButton1Down:connect(lol) |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2014 07:46 PM |
This works better, remove the space in the name
function onClick() f = game.lighting.FireworkStation f:clone().Parent = game.Players.LocalPlayer.Backpack end
script.Parent.MouseButton1Down:connect(onClick) |
|
|
| Report Abuse |
|
|