When I am testing in studio and I change the datastore, does it apply for Roblox Player after I publish the game?
Yes, it should transition from studio to the game
1 Like
Writing to the Datastores in studio will only update the live game if you have the API enabled:
https://developer.roblox.com/en-us/articles/Data-store
Otherwise it will not change the data in the Live game.