From 6378204ab375efde9fd13c570ef043f3608a7eae Mon Sep 17 00:00:00 2001 From: Quacky Date: Thu, 27 Jul 2017 22:00:27 -0500 Subject: [PATCH] tab --- CSMPFunctions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index d7bf50b..8356821 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -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)