From 9b62862506cfc08f62deaaf37a68234d19c9f553 Mon Sep 17 00:00:00 2001 From: Quacky Date: Fri, 28 Jul 2017 20:27:17 -0500 Subject: [PATCH] forgot to fix this --- CSMPFunctions.lua | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 48d1b5b..2903d09 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -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)