Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- IMPORTANT INFORMATION ! --
- -- MAKE SURE IFF U DECOMP WORKSPACE'S U RENAME THE FILE TO > (name).RBXL --
- --enjoy ur game :)
- local Params = {
- RepoURL = "https://raw.githubusercontent.com/luau/SynSaveInstance/main/",
- SSI = "saveinstance",
- }
- local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".luau", true), Params.SSI)()
- local Options = {ReadMe = false, decomptype = "custom", scriptcache = true, SaveBytecodeIfDecompilerFails = true, Decompile = true, noscripts = false, Object = workspace}
- synsaveinstance(Options)
Advertisement
Add Comment
Please, Sign In to add comment