Are you sure a similar issue hasn't been opened yet?
No, but i didn't get the answer to my issue
Describe the bug
The Roblox client crashes when trying to save the scripts and the saved file is 1 byte.
To Reproduce
The client crashes when saving, so I can't see the error and nothing shows in the executor's console.
Expected behavior
The saved file should work when opening.
Screenshots
I'll try to get them.
Executor (& Emulator if used) Name(s):
Velocity
Game Link(s):
https://www.roblox.com/games/6516141723/DOORS
Script Used (Options matter):
local Params = {
RepoURL = "https://raw.githubusercontent.com/luau/UniversalSynSaveInstance/main/",
SSI = "saveinstance",
}
local synsaveinstance = loadstring(game:HttpGet(Params.RepoURL .. Params.SSI .. ".luau", true), Params.SSI)()
local Options = {SafeMode = true} -- Documentation here https://luau.github.io/UniversalSynSaveInstance/api/SynSaveInstance
synsaveinstance(Options)
Are you sure a similar issue hasn't been opened yet?
No, but i didn't get the answer to my issue
Describe the bug
The Roblox client crashes when trying to save the scripts and the saved file is 1 byte.
To Reproduce
The client crashes when saving, so I can't see the error and nothing shows in the executor's console.
Expected behavior
The saved file should work when opening.
Screenshots
I'll try to get them.
Executor (& Emulator if used) Name(s):
Velocity
Game Link(s):
https://www.roblox.com/games/6516141723/DOORS
Script Used (Options matter):