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

How do I save items to players in an FE game?

Asked by
LawlR 182
6 years ago

I'm wondering how to save items to players in an FE game, but don't even have a clue where or how to start. An example of what I want is: If the players steps on a part, then they get a StarterCharacter in StarterPlayer. I know how to do that part, but I don't know how to make it so that if the player leaves the game, then joins into another server, they have that StarterCharacter in StarterPlayer already, without stepping on that part again.

Is this even possible? It's similar to Sandbox where you can save your builds so it should be possible.

0
You would use a datastore to save data between game sessions. https://scriptinghelpers.org/guides/saving-and-loading-data-with-datastores User#5423 17 — 6y
0
That's only to save leaderstats isn't it? I want to save a physical object. LawlR 182 — 6y
0
You can configure it to save a physical object. All the tutorials just use leaderstats. DaWarTekWizard 169 — 6y

Answer this question