: The mod UI might open, but clicking the buttons does nothing because the server rejects the commands from a non-admin account.
-- Anti-cheat fix for cheat menu injections local function blockCheatCommands() local blockedCmds = "cheat", "spawnitem", "godmode", "invisible", "noclip" for _, cmd in ipairs(blockedCmds) do if EventTrigger.OnClientCommand then EventTrigger.OnClientCommand.Add(function(module, command, player) if command:lower():find(cmd) then print("Blocked cheat command: " .. command .. " from " .. player:getUsername()) return false end end) end end end Events.OnGameBoot.Add(blockCheatCommands)
Find your fixed Cheat Menu mod in the dropdown list, select it, and click . This forces the server to download the mod.