Im not sure if this is the right category but does anyone know what I can do with the string on the following code with a datastore:
game.Players.PlayerRemoving:Connect(function(Plr)
datastore:SetAsync(Plr.UserId, "StringToSave")
end)
Like how can I load the string?