Closed roluau closed 5 months ago
answer pls
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 usesaveinstance(noscripts = false, decomptype = "new")
also didn' work
It just won't work. For me personally, the console just freezes and says something about the link being empty.
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?
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.
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
i using solara new update
it just saying can't purse json code
in the scripts
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.
I am using solara. 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..
Ah, nevermind...! Turns out their bootstrapper is deprecated so it wouldn't update properly. No longer having issues, thanks!
script I used:
executor I used:
solara v3.1
also tried to usesaveinstance(noscripts = false, decomptype = "new")
also didn' work