DataStore alternative.


I decided to add an alternative for data saving, currently this only tested for 2018.


Heres some functions for saving data:

game:GetService("HttpService"):GetAsync("http://localhost/datastore/setds.php?key=TESTDS"..plr.Name.."&data=".."{'TestSave!'}") --save

game:GetService("HttpService"):GetAsync("http://localhost/datastore/getds.php?key=TESTDS"..plr.Name) --load the saved data


To convert a table to a string value:

game:GetService("HttpService"):JSONEncode({"hi"});

Convert it back to a table:

game:GetService("HttpService"):JSONDecode('["hi"]');

Files

FilteringDisabled.7z 318 MB
Jun 30, 2023

Get Roblox Filtering Disabled (Legacy)

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.