From 94490bf5656478bf3380dc15c763c85a93917e9e Mon Sep 17 00:00:00 2001 From: thatgato Date: Sat, 9 May 2026 13:19:32 +0200 Subject: [PATCH] Disable :rainbowify until fixed Disabled the :rainbowify command due to ToS concerns. --- MainModule/Server/Commands/Fun.luau | 1 + 1 file changed, 1 insertion(+) diff --git a/MainModule/Server/Commands/Fun.luau b/MainModule/Server/Commands/Fun.luau index 64f0cea633..6d1ff50bb5 100644 --- a/MainModule/Server/Commands/Fun.luau +++ b/MainModule/Server/Commands/Fun.luau @@ -648,6 +648,7 @@ return function(Vargs, env) }; Rainbowify = { + Disabled = true; -- Disabled until command gets fixed, due to cloth-removal (#2090) Prefix = Settings.Prefix; Commands = {"rainbowify", "rainbow"}; Args = {"player"};