diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index 03238d8..a2e9b25 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -133,7 +133,7 @@ function SetRBXLegacyVersion(Version) pcall(function() game:GetService("ScriptContext").ScriptsDisabled = false end) pcall(function() settings().Diagnostics:LegacyScriptMode() end) end - print("ROBLOX Client version set to '" .. rbxlegacyversion .. "'.") + print("RBXLegacy client opration set to '" .. rbxlegacyversion .. "'.") end rbxversion = version()