forgot to fix this
This commit is contained in:
parent
c5c51d97a8
commit
9b62862506
|
|
@ -115,15 +115,8 @@ function SetRBXLegacyVersion(Version)
|
||||||
wait()
|
wait()
|
||||||
resize()
|
resize()
|
||||||
end))
|
end))
|
||||||
coroutine.resume(coroutine.create(function()
|
wait() -- intalizing
|
||||||
for _,v in pairs(game:GetChildren()) do
|
game.GuiRoot.ScoreHud:Remove() -- no legacy scorehud, allow for the new one
|
||||||
if v.Name == "GuiRoot" then
|
|
||||||
coroutine.resume(coroutine.create(function()
|
|
||||||
v.ScoreHud.Parent = nil
|
|
||||||
end))
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end))
|
|
||||||
elseif (rbxlegacyversion == "delta-omega") then
|
elseif (rbxlegacyversion == "delta-omega") then
|
||||||
settings().Rendering.FrameRateManager = 2
|
settings().Rendering.FrameRateManager = 2
|
||||||
pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end)
|
pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue