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
88 stars 38 forks source link

Turning on SavePlayers does not save players as expected #2

Closed Tamim468 closed 8 months ago

Tamim468 commented 10 months ago

If you do saveinstance({SavePlayers = true}) and you open up the rbxl file, There is no players saved in game > Players

Expected behaviour: Players gets saved.

Actual behaviour: No players are saved no matter what.

Executor: I use fluxus android.

phoriah commented 8 months ago

Sorry for late reply, will be looked into!

phoriah commented 8 months ago

If you do saveinstance({SavePlayers = true}) and you open up the rbxl file, There is no players saved in game > Players

Expected behaviour: Players gets saved.

Actual behaviour: No players are saved no matter what.

Executor: I use fluxus android.

Can you send game link?

phoriah commented 8 months ago

If you are talking about actual Players and not Character Models then this is expected behavior as Instance with class Player will never show up in Studio if it's made artificially (whether through modifying place file or using other methods).

TL;DR This option does save players, it's just they won't show up in Studio and can only be viewed through the place file code (in text editor).