How would I get a offline player?

Hello. I am making my own admin system for myself, it’s work fine but I want to be able to get a offline player’s data. I have looked over the forum but nothing really helped me.

Hey, can you specify which exact data you want to get from an offline player?

You can use DataStore:GetAsync(Key).
The key would be their userid and additional information, ex: Data_For_1337, where 1337 would be their userid.

https://users.roblox.com/docs

This?

1 Like