How to see and reset other player's currency

Hello,

So recently my game became a victim of a money exploit where an exploiter got infinite money and started giving it to everyone by abusing a remote event. Now that I fixed the cause of the issue I want to reset certain players currency without having to data wipe the entire game. Is there any way I can achieve this?

There is a plugin for 15 robux that allows you to edit a players data.

3 Likes

You can delete the data from the datastore by using Datastore:RemoveAsync then you need to specify the player.

You can read it here too:

1 Like