RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"Export data saved in json format"
-- server script local data = { Player1 = { Name = "Player1", Coins = 100, Level = 10 }, Player2 = { Name = "Player2", Coins = 200, Level = 15 } } local json = game:GetService("HttpService"):JSONEncode(data) local file = game:GetService("ReplicatedStorage"):FindFirstChild("Data") file.Value = json