SilvRHat
(SilvRHat)
May 25, 2020, 7:52am
3
Totally possible; you’d just need to combine the HttpService on your game with the Google Sheets API.
Heres an older forum post describing the process in depth:
EDIT: Please note this tutorial is quite dated, and may not work as expected. It is also recommended to not use as a database, unless for experimental/testing purposes.
decided to write this up around 3am in the morning, so excuse my weird grammar
So I thought I’d create a thread of an unusual way on how to record pretty much anything that you want to in your game such as players purchasing developer products, script errors, or even the chat history using HttpService.
The coolest thing about t…
Heres some additional references which might be useful:
Google sheets API REST Reference sheet (Useful for constructing your http requests)
Roblox API HttpService:RequestAsync() Method (Roblox side of things)