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
86 stars 36 forks source link

[BUG] AppleWare #29

Closed ekoerp1 closed 2 months ago

ekoerp1 commented 4 months ago

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 commented 4 months ago

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

phoriah commented 4 months ago

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.