Advertisement
Leodu41

heheehe

Jan 22nd, 2021
977
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. local scriptId = "AKfycbzqeesjMXpFpfrSn0x-Co4wCRe5dM1Ip_24MbmSd7aCIByH-jRs"
  2.  
  3. local URL = "https://script.google.com/macros/s/"..scriptId.."/exec"
  4.     local HttpsService = game:GetService("HttpService")
  5.  
  6. local module = {}
  7. databaseService = require(script.DatabaseService)
  8. local globalDatabase = databaseService:GetDatabase("Global")
  9.  
  10. globalDatabase:PostAsync("Example", "Test")
  11. print(globalDatabase:GetAsync("Example"))
  12.    
  13. return module
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement