So I have data store because I'm making a simulator game, the thing is, I want to give my player coins because he helped me so much! And I suddenly realised that I have data store, so how do I do it? his name is aimanlovemalaysia683, Nobiszx and Riziien.
You can use the command bar or the in-game developer console.
game:GetService("DataStoreService"):GetDataStore("NAME_HERE"):SetAsync(KEY_HERE, COINS_HERE)
Where NAME_HERE
is the name of your DataStore, KEY_HERE
is the key of the players, and COINS_HERE
is how much coins you want to give them.
Can't you just use Adonis Admin and do the command :add [Username] Coins [Number]? That's the way I do it.