[RGSC TUTORIAL] How to set up a Google Sheets API for your Roblox Games!
Автор: MrMartley64
Загружено: 2025-06-25
Просмотров: 292
ORIGINAL TUTORIAL CREDIT: • Making Google Sheet Into a Public REST API
CODE FOR APPS SHEET:
https://github.com/onescales/google-s...
ADD THIS TO THE END OF YOUR DEPLOYMENT URL:
?path=[[EnterTabNameHere]]&action=read
COPY AND PASTE THIS INTO A BUTTON SCRIPT:
function onClicked()
local httpService = game:GetService("HttpService")
local URL = --Enter URL Here (Must be in Quotation Marks!)
local getData = httpService:GetAsync(URL)
local JSONTable = httpService:JSONDecode(getData)
--Enter your code here!
end
script.Parent.ClickDetector.MouseClick:Connect(onClicked)
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: