Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

Waiting for DataReady?

Asked by 9 years ago

I've tried player:WaitForDataReady() and a lot of other options. None seem to check if its ready or not.

most current test

    while not player.DataReady == true do
        wait()
    end

please help me find a better method to do this

1 answer

Log in to vote
1
Answered by
Mr1Vgy 30
9 years ago

It's this:

player:WaitForDataReady()

I would recommend using the Data Stores instead though: http://wiki.roblox.com/index.php?title=Data_store

2
Already tried that*. It just kept waiting forever and never went past that point in the script. YellowoTide 1992 — 9y
2
Oh my god, I was testing in play solo. Didn't think of that. Thanks! YellowoTide 1992 — 9y
2
That also did fix all the other methods I tried. Just for reference YellowoTide 1992 — 9y
Ad

Answer this question