xman262
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 19094 |
|
|
| 21 Apr 2015 08:06 PM |
local Target = script.Parent local Num = script.Parent.Value function onClick() local Clone = Target:Clone() Clone.CFrame = CFrame.new(Target.Position) Clone.Name = "Clone" ..Num.Value Num.Value = Num.Value + 1 Clone.BrickColor = BrickColor:Random() Clone.Parent = game.Workspace endTarget.ClickDetector.MouseClick:connect(onClick)
Lord Of The Epic Face R$690/R$10,000 |
|
|
| Report Abuse |
|
|
xman262
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 19094 |
|
|
| 21 Apr 2015 08:07 PM |
qq
Lord Of The Epic Face R$690/R$10,000 |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2015 08:09 PM |
local Target = script.Parent local Num = script.Parent.Value function onClick() local Clone = Target:Clone() Clone.CFrame = CFrame.new(Target.Position) Clone.Name = "Clone" ..Num.Value Num.Value = Num.Value + 1 Clone.BrickColor = BrickColor:Random() Clone.Parent = game.Workspace end Target.ClickDetector.MouseClick:connect(onClick)
At the last line you forgot to put a piece of code into another line. Your typo made me lol. |
|
|
| Report Abuse |
|
|
xman262
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 19094 |
|
| |
|
xman262
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 19094 |
|
| |
|