forgot to fix this

This commit is contained in:
Quacky 2017-07-28 20:27:17 -05:00 committed by GitHub
parent c5c51d97a8
commit 9b62862506
1 changed files with 2 additions and 9 deletions

View File

@ -115,15 +115,8 @@ function SetRBXLegacyVersion(Version)
wait()
resize()
end))
coroutine.resume(coroutine.create(function()
for _,v in pairs(game:GetChildren()) do
if v.Name == "GuiRoot" then
coroutine.resume(coroutine.create(function()
v.ScoreHud.Parent = nil
end))
end
end
end))
wait() -- intalizing
game.GuiRoot.ScoreHud:Remove() -- no legacy scorehud, allow for the new one
elseif (rbxlegacyversion == "delta-omega") then
settings().Rendering.FrameRateManager = 2
pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end)