Adding values to datastore cash

so i already setup a datastore and everything but i dont know how to make the game add cash to a player’s balance for example. i want either a code example or an explanation on how i can do this

You can do DataStore:IncrementAsync() to add cash to the datastore.

1 Like

thank you so much!! i appreciate the help!

1 Like