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

Is there any way to save transparency?

Asked by
1GlF 42
6 years ago

I am currently making a racing game with customization, and I want the equipped body parts to save. The only thing I found about saving things (except datastore) are the SaveInstance/Boolean/Number/String functions, which are deprecated.

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

You might be able to have an IntValue in the things you want to save and save that number. Then when someone joins the game again you cycle through the saved numbers as well as the Items a player can get with a for loop and give them the matches.

Ad

Answer this question