Where does it save the game at? #94
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
You can search up how to move the files to your pc from emulator, it's usually done through a shared folder and there's plenty of guides. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on a windows 11
I used the Bluestacks emulator and Vega X
This is the code 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 CustomOptions = { SafeMode = false, timeout = 15, SaveBytecode = true, Object = false, ShutdownWhenDone = true }
synsaveinstance(CustomOptions)
Beta Was this translation helpful? Give feedback.
All reactions