Moveable API's
ONLY AVAILABLE IN VERSION 7 OR HIGHER
What is movable API's
Moveable API's are module scripts built into the SimpleDataStores framework that allows for more developer based programming for data manipulation. This is a deviation from Modifications which gave you a place to store your own scripts but this version uses already built in scripts.
To use moveable API's, ensure the script keeps the "SDS_APIEndpoint" tag so that the system can recognise the module and it's location and move it anywhere within the game space as long as it is not in Moveable API's OR ServerScriptService.
Available API's
Name
Purpose
Version available in
DataStorageAPI
The storage location for all player data kept in a Lua Table. You can recieve what's in there, update, add and remove.
8
Last updated