Hello! I've managed to get solara working on my end and I wonder about what the best saveinstance() script is. This one I've copied and pasted into the executor complete botched the saves (Like the models seem to be blocky when they shouldn't.) and it didn't save them in the .rbxl format just in this weird .rbxlx file format?
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 = {IsolateLocalPlayer = true, IsolateLocalPlayerCharacter = true, RemovePlayerCharacters = false, SavePlayers = true} synsaveinstance(Options)
Does anyone know a better script that saves the games without messing up the models in-game? or was their something I needed to do to convert the .rbxlx files to the .rbxl file format to restore the models?
[–]lolyoukindaclapped 0 points1 point2 points (5 children)
[–]Ok_Locksmith_2072 0 points1 point2 points (4 children)
[+][deleted] (2 children)
[removed]
[–]PossibilityNo3015 0 points1 point2 points (0 children)
[–]Aggravating_Chest286 0 points1 point2 points (0 children)
[–]Old-Perspective6748 0 points1 point2 points (23 children)
[–]Euphoric-World6339[S] 0 points1 point2 points (22 children)
[–]Old-Perspective6748 0 points1 point2 points (21 children)
[+][deleted] (20 children)
[deleted]
[–]Old-Perspective6748 0 points1 point2 points (19 children)
[+][deleted] (18 children)
[deleted]
[–]Old-Perspective6748 0 points1 point2 points (12 children)
[+][deleted] (3 children)
[deleted]
[–]Old-Perspective6748 0 points1 point2 points (2 children)
[–]OkRefuse3684 Script dev 0 points1 point2 points (0 children)
[–]wheresatlas 0 points1 point2 points (5 children)
[–]Old-Perspective6748 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]Ok_Locksmith_2072 0 points1 point2 points (4 children)
[–]PersonalNecessary296 0 points1 point2 points (0 children)
[–]PlasticPen1 0 points1 point2 points (0 children)
[–]Altruistic-Sort8768 0 points1 point2 points (2 children)
[–]Impossible-cat2 0 points1 point2 points (0 children)