Advertisement
1zxyuuki

V

Jan 6th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. local Params = {
  5. RepoURL = "https://raw.githubusercontent.com/luau/SynSaveInstance/main/",
  6. SSI = "saveinstance",
  7. }
  8. local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".luau", true), Params.SSI)()
  9. local Options = {} -- Documentation here https://luau.github.io/UniversalSynSaveInstance/api/SynSaveInstance
  10. synsaveinstance(Options)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement