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

How would I go about making a purchasing saving system for a car spawner?

Asked by 5 years ago

Basically, do I start off with a datastore, or what. A function? I'm not too sure. I want to learn through this process, please do not close my question. I want to learn. I am here to learn. Thank you for the help, my car spawning mechanism is working fine, the problem is it takes the money. Saves the money but not the car, so you lose cash. Would I make a datastore, if so what kind? Maybe video links will help!

1 answer

Log in to vote
0
Answered by 5 years ago

You can make a table of BoolValues, each one for a car. If a player buys a car, then the corresponding BoolValue of that car will be true.

0
thank you, and this will be data store comparable right? Car00071 11 — 5y
Ad

Answer this question