Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
momohanadgaming opened this issue May 17, 2024 · 12 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@momohanadgaming
Copy link

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

@momohanadgaming momohanadgaming added the bug Something isn't working label May 17, 2024
@momohanadgaming
Copy link
Author

answer pls

@phoriah
Copy link
Contributor

phoriah commented May 18, 2024

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
Copy link

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

@phoriah
Copy link
Contributor

phoriah commented May 18, 2024

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
Copy link

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.

@momohanadgaming
Copy link
Author

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

@momohanadgaming
Copy link
Author

i using solara
new update

@momohanadgaming
Copy link
Author

it just saying can't purse json code

@momohanadgaming
Copy link
Author

in the scripts

@phoriah
Copy link
Contributor

phoriah commented May 19, 2024

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
Copy link

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
Copy link

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

@phoriah phoriah closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants