BruceAB12
|
  |
| Joined: 19 Jan 2012 |
| Total Posts: 3238 |
|
|
| 11 Feb 2013 06:07 PM |
local find = script.Parent.Parent local finds = script.Parent.Parent.Parent.Parent script.Parent.MouseButton1Click:connect(function() if string.lower(find.AnswerBox.Text) == "star" then wait(1) finds.Word1.Frame.Visible = true
end
|
|
|
| Report Abuse |
|
|
BruceAB12
|
  |
| Joined: 19 Jan 2012 |
| Total Posts: 3238 |
|
|
| 11 Feb 2013 06:08 PM |
| Its line 6 its not functional. |
|
|
| Report Abuse |
|
|
BruceAB12
|
  |
| Joined: 19 Jan 2012 |
| Total Posts: 3238 |
|
| |
|
BruceAB12
|
  |
| Joined: 19 Jan 2012 |
| Total Posts: 3238 |
|
| |
|
goalzero
|
  |
| Joined: 29 Sep 2010 |
| Total Posts: 132 |
|
|
| 11 Feb 2013 06:16 PM |
local find = script.Parent.Parent local finds = script.Parent.Parent.Parent.Parent script.Parent.MouseButton1Click:connect(function() if string.lower(find.AnswerBox.Text) == "star" then wait(1) finds.Word1.Frame.Visible = true end end) |
|
|
| Report Abuse |
|
|
Riderj
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 1534 |
|
|
| 11 Feb 2013 06:17 PM |
| Make sure line 6 is pointing to an instance that has the property. Give us an output because from what I can see, by what you gave me, is that there is nothing wrong. |
|
|
| Report Abuse |
|
|
BruceAB12
|
  |
| Joined: 19 Jan 2012 |
| Total Posts: 3238 |
|
| |
|