How do I make it so when people join the game looks for the players data?

How do I make it so when people join the game looks for the players data? There are no errors in my script, but it won’t work. I also have everything enabled in game.

1 Like

Providing your script helps a lot, you know?

1 Like

Can you send us the code your trying to use? We can’t help you without knowing the code your using. :laughing:

In general you would just use the datastore service.

1 Like

You can use DataStoreService's :GetAsync() function to search for data.

2 Likes

Thank you. I’ll try to research more about datastores so I can learn more.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.