jetlogan
|
  |
| Joined: 05 May 2010 |
| Total Posts: 1423 |
|
|
| 27 Jul 2013 11:56 AM |
repeat wait() until script.Parent.Parent.Data.ServerData.IsReady == true
Then says its a nil value. I have it to the Value I want it to be. |
|
|
| Report Abuse |
|
|
DrWaffler
|
  |
| Joined: 16 Sep 2011 |
| Total Posts: 4248 |
|
|
| 27 Jul 2013 11:59 AM |
function waitForDataReady() while not script.Parent.Parent.Data.ServerData.IsReady do print("No data yet.") end end
waitForDataReady()
repeat wait() until script.Parent.Parent.Data.ServerData.IsReady.Value == true
|
|
|
| Report Abuse |
|
|
jetlogan
|
  |
| Joined: 05 May 2010 |
| Total Posts: 1423 |
|
|
| 27 Jul 2013 01:05 PM |
| I forgot to add .Value :3 Thanks though |
|
|
| Report Abuse |
|
|