|
| 31 Aug 2016 03:42 PM |
| I need a script that will save a player's tools when they leave. Can anyone help? |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2016 03:51 PM |
use Data Store Service (censored)
and then make an array of "tools" and save that instead of actual tools
local saved = { tool1 = false; tool2 = false; tool3 = false; }
and if you load this table for example: { tool1 = true; tool2 = false; tool3 = false; }
that means the player has the first tool |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2016 04:08 PM |
| Sorry, that didn't help much. |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2016 04:10 PM |
| then you need to look into the wiki tutorials for saving player data as it explains how to use data stores |
|
|
| Report Abuse |
|
|
| |
|