UniversalSynSaveInstance icon indicating copy to clipboard operation
UniversalSynSaveInstance copied to clipboard

[BUG] AppleWare

Open ekoerp1 opened this issue 1 year ago • 2 comments

Are you sure a similar issue hasn't been opened yet? Yes

Describe the bug A clear and concise description of what the bug is. I run the script in MM2 to save it and it says error check F9 console

To Reproduce Steps to reproduce the behavior:

  1. Go to 'MM2'
  2. Click on 'AppleWare Executor'
  3. Execute default script for saving
  4. See error within 6 seconds

Expected behavior A clear and concise description of what you expected to happen. The game to save and go into my files without this bug

Executor (& Emulator if used) Name(s): AppleWare

Game Link: https://www.roblox.com/games/142823291/Murder-Mystery-2

IMG_1184

ekoerp1 avatar Jul 28 '24 16:07 ekoerp1

I was able to fix with ignore special properties. If you have another idea that could work that would be nice.

local Params = {
 RepoURL = "https://raw.githubusercontent.com/luau/SynSaveInstance/main/tests/",
 SSI = "test_saveinstance",
}
local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".luau", true), Params.SSI)()
local Options = {} -- Documentation here https://luau.github.io/UniversalSynSaveInstance/api/SynSaveInstance
synsaveinstance(Options)

Try that and show an image of the console right before the error.

phoriah avatar Jul 29 '24 14:07 phoriah