You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to bfb 3d rp
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)
then open saved rbxl and find any union
See error
Expected behavior
A clear and concise description of what you expected to happen.
Should show union's??
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:
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)
Expected behavior
A clear and concise description of what you expected to happen.
Should show union's??
Screenshots
![image](https://private-user-images.githubusercontent.com/160080970/348055412-9656c02d-2cda-48e5-8dc5-64dacd8b286f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzA3ODAsIm5iZiI6MTczOTE3MDQ4MCwicGF0aCI6Ii8xNjAwODA5NzAvMzQ4MDU1NDEyLTk2NTZjMDJkLTJjZGEtNDhlNS04ZGM1LTY0ZGFjZDhiMjg2Zi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNjU0NDBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05ZGE3NDc3Zjg1NWRkY2FkODc4MWRiOTM2NjE0ZmNiYzkyZTJiMTJkNGZjY2QyNGJjZDBlZGYzMTQ0NTcyYzUzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.LG1X8aPgBZ0jRIbbyboqNAvFtE0IuwmyfcFsrNHbET8)
Executor (& Emulator if used) Name(s):
SolaraB2
Game Link:
https://www.roblox.com/games/6694044007/BFB-Roleplay-II-REGULAR-Beta
Additional context
ok
The text was updated successfully, but these errors were encountered: