Resetting a players stats

Can someone please tell me how I can reset a players stats without having to join them?

Normally I do

game.Players.PlayerName.leaderstats.Gems.Value = game.Players.PlayerName.leaderstats.Gems.Value  - 1

But to do that you need to join them… are there any other ways? :smile:

1 Like

Use a DataStore and u can use RemoveAsync

2 Likes

Yeah just do

:removeAsync()

Okay thanks for your help! :slightly_smiling_face: