How do i save a player data that are not inside the server?
so i want to change and set money value of a player that are not currently in any server in the game, is there a way to do that?
Im new to ProfileService.
Thank u ;d
How do i save a player data that are not inside the server?
so i want to change and set money value of a player that are not currently in any server in the game, is there a way to do that?
Im new to ProfileService.
Thank u ;d
You can’t. You have to take the time of the server when the player left and joined back to autofarm.
You can change data of a player not in game by loading their profile like you would do if they joined .
local profile = ProfileStore:LoadProfileAsync('Player_'..UserId, 'ForceLoad')
You can read more about it here ProfileStore:LoadProfileAsync()
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.