This commit is contained in:
Quacky 2017-07-27 22:00:27 -05:00
parent 4ae1c490ea
commit 6378204ab3
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function SetRBXLegacyVersion(Version)
pcall(function() settings().Diagnostics:LegacyScriptMode() end)
wait() -- intalizing
game.GuiRoot.ScoreHud:Remove() -- no legacy scorehud, allow for the new one
end)
end)
elseif (rbxlegacyversion == "omega") then
settings().Rendering.FrameRateManager = 2
pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end)