Tips on how I can change the player's Data?

saving issues can be because:

  • u din’t enable “Studio access to API services” (for datastore)
  • u are not testing it as a local server where u have a server window and client window or actually playing the game outside studio
  • reached limit of datastore request
  • using bad practice when saving

i don’t kow how advanced ur scripting is but i recommend not using vanilla save method for data loss
also skipping over datastore2 module it has flaws

most robust and best reliable way to save and load data is persistant module it locks profile to even preven duping

there are videos on how to set it up

1 Like