Updated the LUA variant

This commit is contained in:
phoriah
2024-10-02 17:49:37 +02:00
parent bb0a99ae0c
commit ef960177f3
2 changed files with 2602 additions and 1113 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2851,7 +2851,7 @@ local function synsaveinstance(CustomOptions, CustomOptions2)
GLOBAL_ENV._statustext = StatusGui GLOBAL_ENV._statustext = StatusGui
StatusGui.DisplayOrder = 2_000_000_000 StatusGui.DisplayOrder = 2e9
pcall(function() -- ? Compatibility with level 2 pcall(function() -- ? Compatibility with level 2
StatusGui.OnTopOfCoreBlur = true StatusGui.OnTopOfCoreBlur = true
end) end)