Contents
- Common Prefixes
- Common Targeting Keywords
- Core Admin Command List
- Player & Server Moderation
- Character Effects and Movement
- Visual and Fun Effects
- How to Use an Admin Command
- Full Admin Command List
A Roblox Admin Command Guide is necessary because admin commands are not universal. They are determined by the specific Admin System Model (like HD Admin, Basic Admin Essentials, or Kohl’s Admin) that the game creator has installed.
Here is a comprehensive guide covering the key concepts and the most common commands across popular systems:
| Concept | Description |
| Admin System | The script (or model) a developer puts into their game that enables and defines the commands. The most popular are HD Admin and Basic Admin Essentials (BAE). |
| Prefix | The character you must type before the command to execute it. If you forget the prefix, the command won’t work. |
| Ranks | Admin systems assign ranks (e.g., Moderator, Admin, Super Admin, Owner). Your rank determines which commands you can use. |
| Syntax | The required order of the command: [Prefix][Command] [Target] [Value] |
🎯 Common Prefixes
Always check the game, but try these first:
- Colon:
:(Very common, often used by Basic Admin Essentials) - Semicolon:
;(Very common, often used by HD Admin) - Forward Slash:
/(Common for general chat commands, less common for admin)
🧑‍💻 Common Targeting Keywords
When entering a command, you need to tell the system who to target:
me– Targets yourself.all– Targets every player in the server.others– Targets every player except you.playername– Targets a single player (use their full and correct username).
🔨 Core Admin Command List
This list covers the most common commands that are included in nearly every popular admin model.
Player & Server Moderation
- Command:
kick- Description: Removes the targeted player from the game server.
- Command:
ban- Description: Permanently prevents the targeted player from joining the game again.
- Command:
respawn(orres)- Description: Forces the targeted player’s character to instantly reset/respawn at the spawn point.
- Command:
kill- Description: Instantly kills the targeted player’s character.
- Command:
loopkill- Description: Kills the targeted player repeatedly until the loop is stopped (often by running
unlooporrefresh).
- Description: Kills the targeted player repeatedly until the loop is stopped (often by running
- Command:
jail- Description: Teleports the targeted player to a designated jail area.
- Command:
unjail- Description: Releases the jailed player.
Character Effects and Movement
- Command:
fly- Description: Grants the targeted player the ability to fly freely.
- Command:
unfly- Description: Removes the flying ability.
- Command:
noclip- Description: Allows the targeted player to walk through walls and objects.
- Command:
speed- Description: Sets the walking speed of the targeted player (Requires a value, e.g.,
:speed me 50).
- Description: Sets the walking speed of the targeted player (Requires a value, e.g.,
- Command:
health- Description: Sets the health value of the targeted player (e.g.,
:health me 100).
- Description: Sets the health value of the targeted player (e.g.,
- Command:
god(orgodmode)- Description: Makes the targeted player invulnerable to damage.
- Command:
ungod- Description: Removes the invulnerability effect.
- Command:
invisible- Description: Makes the targeted player’s character invisible.
- Command:
visible- Description: Makes the targeted player visible again.
- Command:
freeze- Description: Locks the targeted player’s character in place.
- Command:
unfreeze- Description: Releases the frozen player.
Visual and Fun Effects
- Command:
fire- Description: Adds a fire particle effect to the targeted player.
- Command:
unfire- Description: Removes the fire effect.
- Command:
sparkles- Description: Adds a sparkles particle effect to the targeted player.
- Command:
unsparkles- Description: Removes the sparkles particle effect.
- Command:
smoke- Description: Adds a smoke particle effect to the targeted player.
- Command:
unsmoke- Description: Removes the smoke particle effect.
- Command:
bighead- Description: Enlarges the targeted player’s head size.
- Command:
normalhead- Description: Returns the targeted player’s head to the default size.
📝 How to Use an Admin Command
Example Goal: Give yourself speed in a game using HD Admin.
- Open Chat: Press the / key.
- Determine Prefix: HD Admin typically uses the semicolon
;. - Construct Command: You want the
speedcommand, the target isme, and the value is100. - Type & Execute: Enter
;speed me 100and press Enter.
🔨 Full Admin Command List
- ;ping
This command returns your latency (ping) in milliseconds, or will tell the player with the specified name their ping.
Example; ping builderman, Rank: Non Admin (Default) - ;commands
This command brings up the commands panel with a list of all commands.
Example; commandsAliasescmds, Rank: Non Admin (Default) - ;morphs
This command brings up a list of all morphs.
Example; morphs, Rank: Non Admin (Default) - ;donor
This command opens up the donor purchase screen.
Example; donor, Rank: Non Admin (Default) - ;serverRanks
This command brings up a list with all of the admins and high-ranked players on the server.
Example; serverRanksAliasesadmins, Rank: Non Admin (Default) - ;ranks
This command brings up a list of all of the players online with their ranks.
Example; ranks, Rank: Non Admin (Default) - ;banland
This command brings up a list of all banned players.
Example; banlandAliasesbanlist, Rank: Non Admin (Default) - ;info
This command brings up the info panel for HD admin, which includes your rank and how to contact the owners of HD Admin.
Example; infoAliasesabout, Rank: Non Admin (Default) - ;credits
This command brings up the credits list with credits to all of the people who have assisted in making HD Admin.
Example; credits, Rank: Non Admin (Default) - ;updates
This command brings up a list of the most recent updates to HD Admin.
Example; updates, Rank: Non Admin (Default) - ;settings
This command brings up the settings panel, which allows you to change things like the command prefix, theme color and other variables.
Example; settings, Rank: Non Admin (Default) - ;!prefix
This command will tell you what the server command prefix is.
Example; !prefix, Rank: Non Admin (Default) - ;clear
This command will clear all messages from your screen.
Example; clearAliasesclr, Rank: Non Admin (Default) - ;getSound
If there is a sound playing, this command will tell you its name.
Example; getSoundAliasesgetSonggetMusic, Rank: Non Admin (Default) - ;cmdbar
This command opens the command bar.
Example; cmdbarAliasescommandBar, Rank: VIP - ;refresh
This command clears any and all effects and loops from yourself, or the from the player with the specified name.
Example; refresh buildermanAliasesrereset, Rank: VIP - ;respawn
This command will make you, or the player with the specified name, respawn.
Example; respawn buildermanAliasesres, Rank: VIP - ;shirt
This command will change the shirt of the specified player.
Example; shirt builderman 1, Rank: VIP - ;pants
This command will change the pants of the specified player.
Example; pants builderman 1324804528, Rank: VIP - ;hat
This command will change the hat of the specified player.
Example; hat builderman 186956940Aliasesaccessory, Rank: VIP - ;clearHats
This command will remove your hat. If you specify the name of a player, it will remove their hat.
Example; clearHats buildermanAliasesclrHatsclearAccessoriesclrAccessoriesremoveHatsremoveAccessories, Rank: VIP - ;face
This command will change the face of the specified player.
Example; face builderman 7074764, Rank: VIP - ;invisible
This command will make you invisible, or make the player with the specified name invisible.
UndovisiblePlayer
Example; invisible buildermanAliasesinvis, Rank: VIP - ;paint
This command change the color of the specified player.
Example; paint builderman redAliasescolorcolour, Rank: VIP - ;material
This command will change the material of the specified player. Make sure you remove any effects (e.g. color) that may prevent the material change from showing)
Example; material builderman WoodAliasesmatsurface, Rank: VIP - ;reflectance
This command sets the specified player’s reflectance (in other words, how much they reflect light or how shiny they are).
Aliasesrefshiny, Rank: VIP - ;transparency
This command sets the transparency of the specified player.
Example; transparency builderman 0.5Aliasestrans, Rank: VIP - ;glass
This command applies a glass effect to your character, or if you specify a player’s name, that player.
Example; glass builderman, Rank: VIP - ;neon
This command applies a neon effect to your character, or if you specify a player’s name, that player.
Example; neon builderman, Rank: VIP - ;shine
This command applies a shine effect to your character, or if you specify a player’s name, that player.
Example; shine builderman, Rank: VIP - ;ghost
This command applies a ghost effect to your character, or if you specify a player’s name, that player.
Example; ghost builderman, Rank: VIP - ;gold
This command applies a gold effect to your character, or if you specify a player’s name, that player.
Example; gold builderman, Rank: VIP - ;jump
This command will make your character jump, or if you specify a player’s name, that player will jump.
Example; jump builderman, Rank: VIP - ;sit
This command will make your character sit, or if you specify a player’s name, that player will sit.
Example; sit builderman, Rank: VIP - ;bigHead
This command will make the head of your character, or player with the specified name, very big.
UndounBigHeadPlayer
Example; bigHead buildermanAliasesbhead, Rank: VIP - ;smallHead
This command will make the head of your character, or player with the specified name, very small.
UndounSmallHeadPlayer
Example; smallHead buildermanAliasesshead, Rank: VIP - ;potatoHead
This command will make the head of your character, or player with the specified name, a potato.
UndounPotatoHeadPlayer
Example; potatoHead buildermanAliasesphead, Rank: VIP - ;spin
This command will make the your character, or the specified player, spin at the specified speed.
UndounSpinPlayer
Example; spin builderman 1, Rank: VIP - ;rainbowFart
This command makes your character, or the player with the specified name, play an “interesting” animation.
Example; rainbowFart buildermanAliasespoopoop, Rank: VIP - ;icecream
This command makes an ice cream van appear and take your character, or the player with the specified name, away (an then return them a few seconds later).
Example; icecream buildermanAliasesicclown, Rank: VIP - ;warp
This command plays a “wrap” camera animation for your camera, or for the player with the specified name.
Example; warp builderman, Rank: VIP - ;blur
This command blurs the camera of the specified player by the specified amount.
Example; blur builderman 10, Rank: VIP - ;hideGuis
This command will hide GUIs for your player, or the player with the specified name.
UndoshowGuisPlayer
Example; hideGuis builderman, Rank: VIP - ;ice
This command puts your character, or the player with the specified name, in a giant ice cube.
UndounIcePlayer
Example; ice builderman, Rank: VIP - ;freeze
This command will freeze your character, or the player with the specified name. A player who has been frozen is anchored to their current position and cannot interact with the world.
UndounFreezePlayer
Example; freeze buildermanAliasesanchor, Rank: VIP - ;jail
This command will put your character, or the character with the specified name, in a glass jail cell.
UndounJailPlayer
Example; jail buildermanAliasesjailCelljc, Rank: VIP - ;forceField
This command will spawn a forcefield around your player, or the player with the specified name.
UndounForceFieldPlayer
Example; ff buildermanAliasesff, Rank: VIP - ;fire
This command will spawn fire around your character, or the player with the specified name.
UndounFirePlayer
Example; fire builderman, Rank: VIP - ;smoke
This command will spawn smoke around your character, or the player with the specified name.
UndounSmokePlayer
Example; smoke builderman, Rank: VIP - ;sparkles
This command will spawn sparkles around your character, or the player with the specified name.
UndounSparklesPlayer
Example; sparkles builderman, Rank: VIP - ;name
This command sets the display name of the specified player to a fake name.
UndounNamePlayerExample;name builderman awesomename1337AliasesfakeNameRankVIP - ;hideName
This command will hide your name, or the name of the specified player.
UndoshowNamePlayer
Example; hideName builderman, Rank: VIP - ;r15
This command will set the model of your character, or the player with the specified name, to R15.
Example; r15 builderman, Rank: VIP - ;r6
This command will set the model of your character, or the player with the specified name, to R6.
Example; r6 builderman, Rank: VIP - ;nightVision
This command will give night vision to your player, or the player with the name specified.
Example; nightVision buildermanAliasesnv, Rank: VIP - ;dwarf
This command will make your model, or the model of the player with the specified name, very small (like a dwarf).
UndounDwarfPlayer
Example; dwarf builderman, Rank: VIP - ;giant
This command will make your model, or the model of the player with the specified name, very big (like a giant).
UndounGiantPlayer
Example; giant builderman, Rank: VIP - ;size
This command will scale the model of the player with the specified name by the specified amount.
UndounSizePlayer
Example; size builderman 2, Rank: VIP - ;bodyTypeScale
This command will scale up or down the body of player with the specified name by the specified amount. This is different to the size command in that it scales the model proportions correctly, whereas the size command increases every part of the model by the same amount.
UndounBodyTypeScalePlayer
Example; bodyTypeScale builderman 2AliasesbtScale, Rank: VIP - ;depth
This command will scale the depth of the specified player’s model by the specified amount.
UndounDepthPlayer
Example; depth builderman 2AliasesdScaledepthScale, Rank: VIP - ;headSize
This command will scale the specified player’s head by the specified amount.
UndounHeadSizePlayer
Example; headSize builderman 0.5AliasesheadScale, Rank: VIP - ;height
This command will scale the specified player’s height by the specified amount.
UndounHeightPlayer
Example; height builderman 2AliaseshScaleheightScale, Rank: VIP - ;hipHeight
This command will scale the specified player’s hip height by the specified amount.
UndounHipHeightPlayer
Example; hipHeight builderman 3Aliaseship, Rank: VIP - ;squash
This command will squash your player, or the player with the specified name.
UndounSquashPlayer
Example; squash buildermanAliasesflatflatten, Rank: VIP - ;proportion
This command scales the specified player’s proportions by the specified amount.
UndounProportionPlayer
Example; proportion builderman 2AliasespScaleproportionScale, Rank: VIP - ;width
This command scales the specified player’s width by the specified amount.
UndounWidthPlayer
Example; width builderman 0.5AliaseswScalewidthScale, Rank: VIP - ;fat
This command will make your player, or the player with the specified name, fat.
UndounFatPlayer
Example; fat buildermanAliasesobese, Rank: VIP - ;thin
This command will make your player, or the player with the specified name, thin.
UndounThinPlayer
Example; thin buildermanAliasesskinny, Rank: VIP - ;char Player Player
This command will set the specified player’s model (and all clothes, etc) to that of another player’s.
UndounCharPlayer
Example; char builderman robloxplayerAliasesbecome, Rank: VIP - ;morph Player Morph
This command will change the specified player into the specified morph.
Example;morph builderman Justin, Rank: VIP - ;view Player
This command will make your camera follow the player with the specified name.
Undoview
Example; view buildermanAliaseswatchspectate, Rank: VIP - ;bundle
This command will apply the specified bundle to the character with the specified name.
Example; bundle builderman 291Aliasespackage, Rank: VIP - ;dino
This command turns your character, or the player with the specified name, into a dinosaur.
Example; dino buildermanAliasesTRexdinosaur, Rank: VIP - ;follow
This command will teleport you to the server that the player with the specified name is in (must be in the same game).
Example; follow buildermanAliasesjoinjoinServer, Rank: VIP - ;logs
This command will show command logs for the player with the specified name (a list of commands that they have recently run).
Example; logs buildermanAliasescommandLogs, Rank: Mod - ;chatLogs
This command will show chat logs for the player with the specified name (a list of messages that they have recently sent).
Example; chatLogs buildermanAliasesclogs, Rank: Mod - ;h
This command sends a hint (message at top of screen) with the specified text to everyone on the server.
Example; h hello everybody!Aliaseshint, Rank: Mod - ;hr
This command sends a red hint (message at top of screen) with the specified text to everyone on the server.
Example; hr hello everybody!, Rank: Mod - ;ho
This command sends an orange hint (message at top of screen) with the specified text to everyone on the server.
Example; ho hello everybody!, Rank: Mod - ;hy
This command sends a yellow hint (message at top of screen) with the specified text to everyone on the server.
Example; hy hello everybody!, Rank: Mod - ;hg
This command sends a green hint (message at top of screen) with the specified text to everyone on the server.
Example; hg hello everybody!, Rank: Mod - ;hdg
This command sends a dark green hint (message at top of screen) with the specified text to everyone on the server.
Example; hdg hello everybody!, Rank: Mod - ;hb
This command sends a blue hint (message at top of screen) with the specified text to everyone on the server.
Example; hb hello everybody!, Rank: Mod - ;hdb
This command sends a dark blue hint (message at top of screen) with the specified text to everyone on the server.
Example; hdb hello everybody!, Rank: Mod - ;hp
This command sends a purple hint (message at top of screen) with the specified text to everyone on the server.
Example; hp hello everybody!, Rank: Mod - ;hpk
This command sends a pink hint (message at top of screen) with the specified text to everyone on the server.
Example; hpk hello everybody!, Rank: Mod - ;hbk
This command sends a black hint (message at top of screen) with the specified text to everyone on the server.
Example; hbk hello everybody!, Rank: Mod - ;fly
This command enables fly mode for the player with the specified name at the specified speed.
Example; fly builderman 2Aliasesflight, Rank: Mod - ;fly2
This command enables fly mode 2 for the player with the specified name at the specified speed. Fly mode 2 is a different type of fly mode to that of the fly command.
Example; fly2 builderman 2Aliasesflight2, Rank: Mod - ;noclip
This command enables noclip for the player with the specified name at the specified speed. In noclip mode, a player can fly and does not collide with any objects.
UndoclipPlayer
Example; noclip builderman 3, Rank: Mod - ;noclip2
This command enables noclip mode 2 for the player with the specified name at the specified speed. In noclip mode, a player can fly and does not collide with any objects.
UndoclipPlayer
Example; noclip2 builderman 3, Rank: Mod - ;speed
This command sets the walking speed of the player with the specified name.
Example; speed builderman 10AliaseswswalkSpeed, Rank: Mod - ;jumpPower
This command sets the jump power (how high each jump is) of the player with the specified name.
Example; jumpPower builderman 10Aliasesjp, Rank: Mod - ;health
This command sets the health of the specified player to the specified amount
Example; health builderman 50, Rank: Mod - ;heal
This command will fully heal your health, or the health of the player with the specified name.
Example; heal builderman, Rank: Mod - ;god
The command will put your player, or the player with the specified name, into god mode (meaning they cannot take damage).
UndoungodPlayer
Example; god builderman, Rank: Mod - ;damage
This command will damage the player with the specified name by the specified amount (i.e. reduce their health by the specified amount).
Example; damage builderman 10Aliasesdmg, Rank: Mod - ;kill
This command will kill your character, or the player with the specified name.
Example; kill buildermanAliasesdiecommitNotAlive, Rank: Mod - ;teleport
This command will teleport the first specified player to the second specified player.
Example; tp builderman cooldude22Aliasestp, Rank: Mod - ;bring
This command will bring the first specified player to the second specified player.
Example; bring builderman cooldude22Aliasestp, Rank: Mod - ;apparate
This command teleports the specified player the specified amount of studs forward.
Example; apparate builderman 10Aliasesapskip, Rank: Mod - ;talk
This command makes a speech bubble with the specified message appear above the player with the specified name (as if they were saying this message).
Example; talk builderman hello guys!Aliasessayspeak, Rank: Mod - ;bubbleChat
This command will make the bubble chat interface appear for your player, or the player with the specified name. It can only be used if the player has permissions to use the talk command.
Example; bubbleChat buildermanAliasesbchat, Rank: Mod - ;control
This command will make you take control of the player with the specified name.
UndouncontrolPlayer
Example; control buildermanAliaseshijak, Rank: Mod - ;handTo
This command gives the item that is in your hand to the player with the specified name.
Example; handTo buildermanRankMod - ;give
This command gives the player with the specified name the specified item.
Example; give builderman SwordAliasestool, Rank: Mod - ;sword
This command gives you, or the player with the specified name, a sword.
Example; sword buildermanRankMod - ;gear
This command gives the player with the specified name the item with the specified item ID.
Example; gear builderman 170902990, Rank: Mod - ;explode
This command will explore your player, or the player with the specified name.
Example; explode builderman, Rank: Mod - ;title
This command puts the specified text above the specified player’s head as a “title”.
UndounTitlePlayer
Example; title builderman, Rank: Mod - ;titler
This command puts the specified text above the specified player’s head in red as a “title”.
UndounTitlePlayer
Example; titler builderman, Rank: Mod - ;titleo
This command puts the specified text above the specified player’s head in orange as a “title”.
UndounTitlePlayer
Example; titleo builderman, Rank: Mod - ;titley
This command puts the specified text above the specified player’s head in yellow as a “title”.
UndounTitlePlayer
Example; titley builderman, Rank: Mod - ;titleg
This command puts the specified text above the specified player’s head in green as a “title”.
UndounTitlePlayer
Example; titleg builderman, Rank: Mod - ;titledg
This command puts the specified text above the specified player’s head in dark green as a “title”.
UndounTitlePlayer
Example; titledg builderman, Rank: Mod - ;titleb
This command puts the specified text above the specified player’s head in blue as a “title”.
UndounTitlePlayer
Example; titleb builderman, Rank: Mod - ;titledb
This command puts the specified text above the specified player’s head in dark blue as a “title”.
UndounTitlePlayer
Example; titledb builderman, Rank: Mod - ;titlep
This command puts the specified text above the specified player’s head in purple as a “title”.
UndounTitlePlayer
Example; titlep builderman, Rank: Mod - ;titlepk
This command puts the specified text above the specified player’s head in pink as a “title”.
UndounTitlePlayer
Example; titlepk builderman, Rank: Mod - ;titlebk
This command puts the specified text above the specified player’s head in black as a “title”.
UndounTitlePlayer
Example; titlebk builderman, Rank: Mod - ;fling
This command flings your character, or the player with the specified name, really high up in the air.
Example; fling builderman, Rank: Mod - ;clone
This command makes a clone of the specified player.
Example; clone builderman, Rank: Mod - ;cmdbar2
This command opens the command bar (second type) for you, or for the player with the specified name.
Example; cmdbar2 buildermanAliasescommandBar2, Rank: Admin - ;clear
This command clears all clones and inserted items from the workspace.
Example; clearAliasesclr, Rank: Admin - ;insert
This command spawns the asset with the specified asset ID in front of your character.
Example; insert 18474459, Rank: Admin - ;m
This command sends the specified message to everyone on the server.
Example; m hello everyone!Aliasesmessage, Rank: Admin - ;mr
This command sends the specified message to everyone on the server in red text.
Example; mr hello!, Rank: Admin - ;mo
This command sends the specified message to everyone on the server in orange text.
Example; mo hello!, Rank: Admin - ;my
This command sends the specified message to everyone on the server in yellow text.
Example; my hello!, Rank: Admin - ;mg
This command sends the specified message to everyone on the server in green text.
Example; mg hello!, Rank: Admin - ;mdg
This command sends the specified message to everyone on the server in dark green text.
Example; mdg hello!, Rank: Admin - ;mb
This command sends the specified message to everyone on the server in blue text.
Example; mb hello!, Rank: Admin - ;mdb
This command sends the specified message to everyone on the server in dark blue text.
Example; mdb hello!, Rank: Admin - ;mp
This command sends the specified message to everyone on the server in purple text.
Example; mp hello!, Rank: Admin - ;mpk
This command sends the specified message to everyone on the server in pink text.
Example; mpk hello!, Rank: Admin - ;mbk
This command sends the specified message to everyone on the server in black text.
Example; mbk hello!, Rank: Admin - ;serverMessage
This command sends the specified message as a server message to everyone on the server.
Example; serverMessage hello serverAliasessmsmessage, Rank: Admin - ;serverHint
This command sends the specified message as a server hint to everyone on the server.
Example; serverHint hi there serverAliasesshshint, Rank: Admin - ;countdown
This command displays a countdown to 0 from the specified amount of seconds to every one on the server (as a hint).
Example; countdown 60Aliasescountdown1, Rank: Admin - ;countdown2
This command displays a countdown to 0 from the specified amount of seconds to every one on the server (as a big message on their screen).
Example; countdown2 45AliasescountdownM, Rank: Admin - ;notice
This command sends a notice message (notification in the bottom right of screen) to the player with the specified name.
Example; notice builderman Hello thereAliasesn, Rank: Admin - ;privateMessage
This command sends a private message to the player with the specified name.
Example;privateMessage builderman Knock knockAliasespm, Rank: Admin - ;alert
This command sends an alert message (big message in the center of screen) to the player with the specified name.
Example; alert builderman This is an alert!Aliaseswarn, Rank: Admin - ;tempRank
This command gives the specified player the specified rank until they disconnect from the server.
Example; tempRank builderman VIPAliasestRank, Rank: Admin - ;rank
This command gives the specified player the specified rank.
Example; rank builderman VIP, Rank: Admin - ;unRank
This command resets the specified player’s rank to default (Non Admin).
Example; unRank builderman, Rank: Admin - ;music
This command plays the specified song.
UndounMusicExample; music 6104227669Aliasessoundaudio, Rank: Admin - ;pitch
This command changes the playback speed / pitch of the current song.
Example; pitch 2AliasesplaybackSpeed, Rank: Admin - ;volume
This command changes the volume the current song is played back at.
Example; volume 2Aliasesloudness, Rank: Admin - ;buildingTools
This command gives your player, or the player with the specified name, building tools.
Example; buildingTools buildermanAliasesbtools, Rank: Admin - ;chatColor
This command changes the specified players chat color to the specified color.
UndounChatColorPlayerExample; chatColor redAliaseschatc, Rank: Admin - ;sellGamepass
This command sells a gamepass to the specified player for the specified amount.
Example; sellGamepass builderman 2Aliasessellprompt, Rank: Admin - ;sellAsset
This command prompts the specified player to buy the specified asset.
Example; sellAsset builderman 170902990Aliasessell2prompt2, Rank: Admin - ;team
This command sets the specified player’s team.
Example; team builderman redAliasesjoinTeam, Rank: Admin - ;change
This command sets the specified player’s stat to the specified value.
Example; change builderman test 10, Rank: Admin - ;add Player
This command increases the specified stat by the specified amount for a player.
Example; add builderman test 2, Rank: Admin - ;subtract
This command decreases the specified stat by the specified amount for a player.
Example; subtract builderman test 2Aliasessub, Rank: Admin - ;resetStats
This command resets the specified player’s stats to their default values.
Example; resetStats builderman, Rank: Admin - ;time
This command sets the time of day to the specified hour.
Example; time 12AliasesclockTimecttimeOfDaytod, Rank: Admin - ;mute
This command mutes the specified player (prevents them from sending chat messages).
UndounMutePlayerExample; mute builderman, Rank: Admin - ;kick
This command kicks the specified player from the server with the specified kick message.
Example; kick builderman Breaking the rules, Rank: Admin - ;place
This command moves the specified player to the place with the specified number.
Example; place builderman 1, Rank: Admin - ;punish
This command makes the specified player invisible and prevents them from moving (punishing them).
UndounPunishPlayer
Example; punish builderman, Rank: kAdmin - ;disco
This command enables disco mode. Everyone on the server’s camera will cycle through different colored tints.
UndounDisco
Example; disco, Rank: Admin - ;fogEnd
This command sets the fog end to the specified value. (may not work)
Example; fogEnd 40, Rank: Admin - ;fogStart
This command sets the fog start to the specified value. (may not work)
Example; fogStart 20, Rank: kAdmin - ;fogColor
This command sets the fog color to the specified color. (may not work)
Example; fogColor Red, Rank: Admin - ;vote
This command opens the create a poll menu.
Aliasespoll, Rank: Admin - ;lockPlayer
This command locks all parts with the specified player.
UndounLockPlayerPlayerExample; lockPlayer buildermanAliaseslockPlrlockplock, Rank: Head Admin - ;lockMap
This command locks all parts in the workspace, preventing players from selecting and editing parts.
UndounLockMap
Example; lockMapAliaseslockM, Rank: Head Admin - ;saveMap
This command saves a backup copy of the map which can be restored using the loadMap command.
Example; saveMapAliasesbackupMap, Rank: Head Admin - ;loadMap
This command loads the last saved copy of the map from the saveMap command. Or, if this command has not been used, the map will be restored to how it was at the start of the game.
Example; LoadMapAliasesrestoreMap, Rank: Head Admin - ;createTeam
This command creates a new team with the specified team color and name.
Example; createTeam red BestTeamAliasescTeam, Rank: Head Admin - ;removeTeam
This command deletes the team with the specified name.
Example; removeTeam BestTeamAliasesrTeam, Rank: Head Admin - ;permRank
This command gives the specified player the specified rank permanently, across all servers.
Example; permRank builderman VIPAliasespRank, Rank: Head Admin - ;crash
This command crashes the client of the player with the specified name.
Example; crash builderman, Rank: Head Admin - ;forcePlace
This command forcefully teleports the player with the specified name to the specified place.
Example; place builderman 1Aliasesfplace, Rank: Head Admin - ;shutdown
This command shuts down the current server.
Example; shutdown, Rank: Head Admin - ;serverLock
This command locks the server for players with a rank lower than that specified.
UndounServerLock
Example; serverLockAliasesslock, Rank: Head Admin - ;ban
This command opens the ban menu the the specified name and reason pre-filled.
UndounBanPlayer
Example; ban builderman Breaking rules, Rank: Head Admin - ;directBan
This command bans the specified player with the specified reason (shown to them as a message).
UndounDirectBanPlayer
Example; directBan builderman Breaking rulesAliasesdBan, Rank: Head Admin - ;timeBan
This command bans the specified player for the specified amount of time.
UndounTimeBanPlayer
Example; timeBan builderman 0m12h1dAliasestBan, Rank: Head Admin - ;globanAnnouncement
This command opens the global announcement menu, which allows you to send an announcement to all servers.
Example; globalAnnouncementAliasesgabroadcast, Rank: Head Admin - ;globalVote
This command opens the poll menu to set up a poll to send to every server.
Example; globalVoteAliasesgvgVoteglobalPollgPollgpRankHead Admin - ;permBan
This command opens up the permanent ban menu with the player and reason prefilled with the specified values.
UndounPermBanPlayer
Example; permBan builderman Breaking rulesAliasespBan, Rank: Owner - ;globalPlace
This command teleports everyone on every server to the specified place (on the server that they are connected to)
Example; globalPlace 3AliasesgPlacegp, Rank: Owner - ;globalForcePlace
This command forcefully teleports everyone on every server to the specified place (on the server that they are connected to)
AliasesgForcePlacegfp, Rank: Owner

