luau / UniversalSynSaveInstance

Shortly USSI. A universal saveinstance revival. This can also be edited and used as a Roblox-Format-File writer.
https://luau.github.io/UniversalSynSaveInstance/
Other
80 stars 32 forks source link

Can't saveinstance with noscripts: false, decomptype: new[BUG] #12

Closed roluau closed 5 months ago

roluau commented 5 months ago

script I used:

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 = {noscripts = false, decomptype = "new"}
synsaveinstance(Options)

executor I used: solara v3.1 also tried to use saveinstance(noscripts = false, decomptype = "new") also didn' work

roluau commented 5 months ago

answer pls

phoriah commented 5 months ago

What's the issue that you're having?

script I used:

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 = {noscripts = false, decomptype = "new"}
synsaveinstance(Options)

executor I used: solara v3.1 also tried to use saveinstance(noscripts = false, decomptype = "new") also didn' work

GoofyGuyWhoCantAnimate commented 5 months ago

It just won't work. For me personally, the console just freezes and says something about the link being empty.

phoriah commented 5 months ago

It just won't work. For me personally, the console just freezes and says something about the link being empty.

Can you send picture of console?

GoofyGuyWhoCantAnimate commented 5 months ago

Prefer not as it takes toll on my PC but it's essentially just the generic crash where the whole window turns white, all the corner buttons light up and the mouse loading animation starts.

roluau commented 5 months ago

It just won't work. For me personally, the console just freezes and says something about the link being empty.

Can you send picture of console? it says, can't curse json or smth

roluau commented 5 months ago

i using solara new update

roluau commented 5 months ago

it just saying can't purse json code

roluau commented 5 months ago

in the scripts

phoriah commented 5 months ago

Prefer not as it takes toll on my PC but it's essentially just the generic crash where the whole window turns white, all the corner buttons light up and the mouse loading animation starts.

Which executor are you using? Also, I can't help with anything if you dont provide more details / images.

GoofyGuyWhoCantAnimate commented 5 months ago

I am using solara. image Yes I have also tried their default saveinstance() command but this is the code they use for it and the crash screen is the same, so..

GoofyGuyWhoCantAnimate commented 5 months ago

Ah, nevermind...! Turns out their bootstrapper is deprecated so it wouldn't update properly. No longer having issues, thanks!