1zxyuuki

demonfall

Jul 31st, 2024 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local Params = {
  2. RepoURL = "https://raw.githubusercontent.com/luau/SynSaveInstance/main/",
  3. SSI = "saveinstance",
  4. }
  5. local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".luau", true), Params.SSI)()
  6. local Options = {} -- Documentation here https://luau.github.io/UniversalSynSaveInstance/api/SynSaveInstance
  7. synsaveinstance(Options)
Add Comment
Please, Sign In to add comment