|
| 24 Jul 2016 10:31 AM |
| I have Changed My name from Sparklequeen0 to xArianaTiger, And every game that I have played, All My wins and Credits are Gone. I was Just wondering If There is a Way to refresh my Wins in the games. Thank you. |
|
|
| Report Abuse |
|
Stoqer
|
  |
| Joined: 19 Jun 2015 |
| Total Posts: 907 |
|
|
| 24 Jul 2016 11:25 AM |
Your name change might have something to do with it. Same for the forums.
|
|
|
| Report Abuse |
|
Silicti
|
  |
| Joined: 07 Nov 2012 |
| Total Posts: 8242 |
|
|
| 24 Jul 2016 11:29 AM |
You see, what they did is, they store data via Username, which is any programming, shouldn't be acceptable.
When using DataStoreService, this method should be used:
datastore_var:SetAsync(player.UserId, var_name)
Where as, the game developer used this:
datastore_var:SetAsync(player.Name, var_name)
There is really nothing in your reach that you can do.
By the way, I suggest you contact the developer of that game and request that he/she starts storing data via UserId.
|
|
|
| Report Abuse |
|