Closed Tamim468 closed 8 months ago
Sorry for late reply, will be looked into!
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?
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).
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.