1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
|
| 17 Jul 2011 04:04 AM |
while wait() do local raid = workspace.message.Text script.Parent.Text = raid if raid.Archivable == true then script.Parent.Parent.Visible = true else script.Parent.Parent.Visible = false end end |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
|
| 17 Jul 2011 04:06 AM |
Oh, I thought because it's name was message it was a Message:
while wait() do local raid = workspace.message.Value script.Parent.Text = raid if raid.Archivable == true then script.Parent.Parent.Visible = true else script.Parent.Parent.Visible = false end end |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
|
| 17 Jul 2011 04:11 AM |
| Could I have your hierarchy please? |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
|
| 17 Jul 2011 04:16 AM |
Example:
Workspace > Camera > message > Script Lighting
As in a map of your explorer window. |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
|
| 17 Jul 2011 04:18 AM |
| Only the stuff this script runs off. |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
|
| 17 Jul 2011 04:23 AM |
That script should work.
If you set message's archivable property to false while the server is running via a script, what happens? Does the frame go invisable or does nothing happen atall? |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
xzbobzx
|
  |
| Joined: 17 Sep 2008 |
| Total Posts: 7912 |
|
|
| 17 Jul 2011 04:30 AM |
| That means that raid.archivable is false. |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
xzbobzx
|
  |
| Joined: 17 Sep 2008 |
| Total Posts: 7912 |
|
|
| 17 Jul 2011 04:41 AM |
Under "script.Parent.Parent.Visible = false" Put this line: "Print("Something went wrong")
Run the script and look in output. If it says "Something went wrong" then something went wrong. |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
xzbobzx
|
  |
| Joined: 17 Sep 2008 |
| Total Posts: 7912 |
|
|
| 17 Jul 2011 04:44 AM |
Replace the capital P with a lower-case p. . _. |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
xzbobzx
|
  |
| Joined: 17 Sep 2008 |
| Total Posts: 7912 |
|
| |
|
Fangrider
|
  |
| Joined: 23 Aug 2009 |
| Total Posts: 363 |
|
|
| 17 Jul 2011 04:47 AM |
| Its obvious that hes using the default Message thats in workspace which has a capital M. replace message, with Message |
|
|
| Report Abuse |
|
|
xzbobzx
|
  |
| Joined: 17 Sep 2008 |
| Total Posts: 7912 |
|
|
| 17 Jul 2011 04:51 AM |
@fang
Why would somebody use the default message? It's never archivable... :P |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
Fangrider
|
  |
| Joined: 23 Aug 2009 |
| Total Posts: 363 |
|
|
| 17 Jul 2011 04:53 AM |
| Well even if he just inserted a message from objects it would still be named Message. unless he POINTLESSLY, changed Message to message. it seems to be the only thing that could cause a problem here |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|