mirror of
https://github.com/luau/UniversalSynSaveInstance.git
synced 2026-02-03 22:23:03 +02:00
Adjust Defaults Because Why have them enabled+TODO
This commit is contained in:
@@ -791,7 +791,7 @@ local function synsaveinstance(CustomOptions)
|
||||
}
|
||||
]]
|
||||
ExtraInstances = {},
|
||||
NilInstances = true,
|
||||
NilInstances = false,
|
||||
ShowStatus = true,
|
||||
FilePath = false, -- does not need to contain a file extension, only the name of the file.
|
||||
Object = false, -- If provided, saves as .rbxmx (Model file) instead; If Object is game, it will be saved as a .RBXL file -- ! MUST BE AN INSTANCE REFERENCE like game.Workspace for example; "optimized" mode is NOT supported with this option
|
||||
@@ -803,7 +803,7 @@ local function synsaveinstance(CustomOptions)
|
||||
IgnorePropertiesOfNotScriptsOnScriptsMode = false, -- Ignores property of every instance that is not a script in "scripts" mode
|
||||
IgnoreSpecialProperties = false, -- true will disable Terrain & some other things
|
||||
-- IsolatePlayerGui = false,
|
||||
IsolateStarterPlayer = true, --If enabled, StarterPlayer will be cleared and the saved starter player will be placed into folders.
|
||||
IsolateStarterPlayer = false, --If enabled, StarterPlayer will be cleared and the saved starter player will be placed into folders.
|
||||
IsolateLocalPlayer = false, -- Saves Children of LocalPlayer as separate folder and prevents any instance of ClassName Player with .Name identical to LocalPlayer.Name from saving
|
||||
IsolateLocalPlayerCharacter = false, -- Saves Children of LocalPlayer.Character as separate folder and prevents any instance of ClassName Player with .Name identical to LocalPlayer.Name from saving
|
||||
-- MaxThreads = 3
|
||||
|
||||
Reference in New Issue
Block a user