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

How to find players not in game?

Asked by
dyler3 1510 Moderation Voter
9 years ago

So, I was wondering if there was some way that I could find a player that's not in the game. I was wondering if I could do this to access a certain players save. I was going to use it like this:

Plr:LoadInstance("World") --Idk how to make "Plr" into the player whose not in game.

Anyways, if someone could maybe leave a response to my question, or a better way to do this, that'd be awesome.

Thanks in Advance!

-Dyler3

1 answer

Log in to vote
1
Answered by
adark 5487 Badge of Merit Moderation Voter Community Moderator
9 years ago

If you're using DataPersistence, it is not possible to access an offline Players' Data.

If you're using DataStores, you'll just have to load the data for the given player based on whatever it was you used to save their data, most likely their UserId.

0
Ok, thanks for a quick response! dyler3 1510 — 9y
Ad

Answer this question