How to save if player has redeemed a code

Hi
I added redeemable codes to my game and it all works fine but the problem is I have to tell if the player redeemed the code or not. I searched devforum and youtube for tutorials but either they were old and done in a bad way or they were too complicated and didn’t have any comments/explanation to them.
Could someone be so nice to explain to me step by step how would you do it?

1 Like

Learn how to use datastores. (remember that you can’t set datastore values on the client so you’re also going to have to learn remote events)
Datastores info: Data Stores, DataStores - Beginners to Advanced

Remote Events: Remote Functions and Events

1 Like

Thank you so much, I’ll check it out right now. Also I know it has to be done on server and I’m known to remote events and got it all setup. Just the saving part is what I need.

1 Like