talk("text");
Sends a message written by CONSOLE.*
buildconfetti();
Spams.
announce("The random number selected was (" @ getRandom(1,50) @ ")");
Gets a random number 1-50 and announces it.*
mousefire(1);
Constantly firing.
findclientbyname("name").player.___();
Acceptable blanks: delete, kill*
findclientbyname("name").player.setplayerscale=("numbers");
Resizes player.*
findclientbyname("name").clansuffix=("tag");
Resets player's clan tag. Using prefix in place of suffix changes the prefix.*
servercmdSelf Delete(findclientbyname("name"));
Kills the provided player.*
turnleft(1);
turnright(1);
Turns player. Replace 1 with 0 to stop.
clientCmdShowBricks(1);
Shows hidden bricks.
$Pref::Server::WelcomeMessage = "xxxx";
Changes welcome message.*
explodeclock();
Explodes the clock, only in Bedroom or Kitchen*
chatmessageall();
centerprintall();
bottomprintall();
Sends a message to all/prints all.*
commandtoserver('isTalking');
Says you are typing.
crouch(1);
Walk(1);
moveForward(1);
movebackward(1);
moveleft(1);
moveRight(1);
Self-explanatory.
messageall('MsgAdminForce', "\c2PersonsName has become Super Admin (Auto)");
Says that "PersonsName" has become Admin, but they really have not. Also plays the sound and such. You can replace Super Admin with other things too: for example, "Super Doofus".*
messageall('MsgClientJoin',"\c1Your mom connected.");
Like fake admin, but it says someone has joined.*
findClientByName("name").isAdmin = 1;
Gives admin for real.*
Ones marked with an asterisk, means they only work for the host.