Hello! Apologies if I’m using the wrong category, this is one of my first posts on the DevForum as I’ve recently had a curiosity that according to my research, has not been asked previously.
I was wondering if maybe there is a possibility of using Google Forms, Google Docs, or Google Slides with Roblox? This can be anything from attempting to display them, to using their data in order to display some text. I have not yet tried any solutions as I’m not sure if this is exactly possible.
I know that you can already use Google Spreadsheets for data, so I was curious as if other Google Services could be used to do the same thing, though I’m aware this would be done very differently which is why I’ve decided to take to the DevForum. This is something very complicated I’m treading into here, but I was just wondering if it was possible in any regard yet, if you have knowledge on this please let me know, as this would be extremely useful for me to make use of.
yes thats possible, you can do a HttpService post in a API
example:
you create api in repl.it then you post a request to it from roblox HttpService then return a data, but this is very advanced thing, thats not easy.
I see, are there any good tutorials or places I could go to in order to try and get started learning API and HTTP usage that I could potentially look into?