|
| 26 Jul 2013 10:00 AM |
function click() wait() m = script.Parent.Parent script.Parent.Parent.Parent.Parent.Chakra.Frame.Visible = true script.Parent.Parent.Visible = false --Different if m.Village.Text == "Hidden Leaf Village" then game.Lighting.LeafNinja:clone().Parent = script.Parent.Parent.Parent.Parent.Parent.Backpack script.Parent.Parent.Parent.Parent.Parent.Backpack.LeafNinja.Name = "Ninja"
end
script.Parent.MouseButton1Click:connect(click)
Maybe it's, Clone()? with a uppercase C |
|
|
| Report Abuse |
|
|
DrWaffler
|
  |
| Joined: 16 Sep 2011 |
| Total Posts: 4248 |
|
|
| 26 Jul 2013 10:01 AM |
You forgot an end.
Add in another end to close off the if statement.
I am reborn as an ocelot. You disapprove. |
|
|
| Report Abuse |
|
|
DrWaffler
|
  |
| Joined: 16 Sep 2011 |
| Total Posts: 4248 |
|
|
| 26 Jul 2013 10:01 AM |
Err, to close off the function.
I am reborn as an ocelot. You disapprove. |
|
|
| Report Abuse |
|
|