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

Saving players inventory with datastore?

Asked by
iladoga 129
5 years ago

Hello, I need help with the data store service. I am making a game sorta like murder mystery and I need to save the players knifes via a table. How do I Save a table for a specific player with datastore?

0
To save a table, you need to use DataStoreService and SetAsync and GetAsync.... greatneil80 2647 — 5y
0
How do I do that? iladoga 129 — 5y
0
I have done it before with bool values but never with a table iladoga 129 — 5y
0
It's basically the same, but instead of saving a BoolValue, you pass in the table instead! SirDerpyHerp 262 — 5y
0
ok ill try it iladoga 129 — 5y

Answer this question