Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
chicken-nugget1104 opened this issue Jul 12, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@chicken-nugget1104
Copy link

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

@chicken-nugget1104 chicken-nugget1104 added the bug Something isn't working label Jul 12, 2024
@phoriah
Copy link
Contributor

phoriah commented Jul 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants