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
80 stars 32 forks source link

[BUG] Union's do save but won't show in decompiled .rbxl #24

Closed chicken-nugget1104 closed 3 months ago

chicken-nugget1104 commented 3 months ago

Are you sure a similar issue hasn't been opened yet? Check Open & Closed issues, including pull requests and avoid making a duplicate if so. yes im sure

Describe the bug A clear and concise description of what the bug is. Ok so i saved BFB 3D RP, and it didnt uh show the union's in the editor... even tho they are there.

To Reproduce Steps to reproduce the behavior:

  1. Go to bfb 3d rp
  2. Get onto solara and copy this: 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 = {IsolatePlayers = true, SaveNonCreatable = true, IsolatePlayers = true} synsaveinstance(Options)
  3. then open saved rbxl and find any union
  4. See error

Expected behavior A clear and concise description of what you expected to happen. Should show union's??

Screenshots image

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

Game Link: https://www.roblox.com/games/6694044007/BFB-Roleplay-II-REGULAR-Beta

Additional context ok

phoriah commented 3 months ago

This is an issue with Solara, it is unable to read a property that contains the actual Union data.