top of page
Home of all of RoCRAFTERO, gaming, virtual machines and more
RoCRAFTEROStore
RoCRAFTEROStore is an Data Saving Service, create values, update and more.
You can build your own DataStore for RoCRAFTERO Studio. Works over HTTPService
REMEMBER THE PROJECT ID IS "datastores-87a8d" without ("")
You can view the tutorial and the place download, the script is in the place file so you only need to replace the ProjectID with our Project ID or your Project ID
Note: At the end of script file named "Script" in the place file you find "Firebase.UpdateFields("users","Test1",datatoupdate)", for example is in my datastore, you need to replace "Firebase.UpdateFields" with "FireStoreService.UpdateFields" at the end of script (without "")
Delete code that starts with data4 = FireStoreService.Delete("users","Test2")
The Code that starts with FireStoreService.Delete("users","Test2") should be deleted, please delete the data4 = FireStoreService.Delete("users","Test2") in the script. Thanks.
bottom of page