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

~~PlayerGui Saving Support? (IsolatePlayerGui Feature)~~ Use IsolateLocalPlayer #4

Closed Vich2094 closed 8 months ago

Vich2094 commented 8 months ago

backpack playergui support basically.

phoriah commented 8 months ago

backpack playergui support basically.

Is there a specific use case for this? Usually PlayerGui is an exact copy of StarterGui (which gets saved already)

Vich2094 commented 8 months ago

backpack playergui support basically.

Is there a specific use case for this? Usually PlayerGui is an exact copy of StarterGui (which gets saved already)

Some games such as combat warriors use roact for their gui, which makes it not save in startergui.

phoriah commented 7 months ago

Use IsolateLocalPlayer Instead (PlayerGui will be included in it)