Skip to content

alternativebyte/UniversalSynSaveInstance

 
 

Repository files navigation

local Params = {
 RepoURL = "https://raw.githubusercontent.com/alternativebyte/UniversalSynSaveInstance/main/",
 SSI = "saveinstance",
}
local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".luau", true), Params.SSI)()
local Options = {}
synsaveinstance(Options)

Acknowledgments

Important

This document is based largely on the efforts of @Anaminus & @Dekkonot, authors of the Roblox Format Specifications. Additional resources include:

*** View source code of this file for more credits

About

stupid bad fork of ussi that i made dont use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Luau 61.2%
  • Lua 32.7%
  • Python 6.1%