Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commands

VexTrex edited this page Sep 13, 2020 · 15 revisions

Fun: Commands that provide no competitive advantage.

  1. hat <player> <accessoryid> - Adds an accessory to the player with the given Roblox accessory ID.
  2. removehats <player> - Removes all the accessories on the player.
  3. char <player> <user> - Changes player's appearance to user's.
  4. name <player> <name> - Changes the player's name over their head.
  5. unname <player> - Changes the player's name to their default name.

Moderation: Commands for moderation and administrative purposes.

Character

  1. re <player> - Respawns the player.
  2. invis <player> - Makes the player invisible.
  3. vis <player> - Makes the player visible.
  4. ff <player> - Gives the player a forcefield.
  5. unff <player> - Removes the player's forcefield.
  6. sword <player> - Gives the player a sword.
  7. f3x <player> - Gives the player f3x.
  8. unequipall <player> - Unequipps the tools the player is holding.
  9. cleartools <player> - Removes all the tools the player is holding or is in their backpack.
  10. freeze <player> - Makes the player immovable.
  11. unfreeze <player> - Makes the player movable.
  12. speed <player> <number> - Changes the player's walkspeed.
  13. jump <player> - Makes the player jump.
  14. jumppower <player> <number> - Changes the player's jump power.
  15. heal <player> <number> - Heals the player's health by an amount.
  16. god <player> - Sets the player's health to infinite.
  17. ungod <player> - Sets the player's health to the previous health before being goded.
  18. health <player> <number> - Changes the player's health to an amount.
  19. maxhealth <player> <number> - Changes the player's max health to an amount.
  20. kill <player> - Kills the player.
  21. damage <player> <number> - Damages the player by an amount.

Player

  1. tp <player1> <player2> - Teleports player1 to player2.
  2. kick <player> <reason (optional)> - Kicks the player from the game with a reason.
  3. ban <player> <length> <reason (optional)> - Bans the player from the server for a duration with a reason.
  4. pban <player> <length> <reason (optional) - Bans a player from all places for a duration.
  5. unban <player> - Unbans the user from all servers.
  6. age <player> - Returns the player's account age.
  7. id <player> - Returns the player's user ID.
  8. isfriendswith <player> <user> - Checks if the player is friends with the user.
  9. isingroup <player> <groupID> - Checks if the player is in the group.
  10. rank <player> <group ID> - Returns the player's rank & role in a group.

Utility: Commands for controlling the game.

  1. lock <text (optional)> - Locks the server preventing incoming people from joining with a reason.
  2. unlock` - Unlocks the server so incoming people can join.
  3. an <text> - Announces a message to the entire server.
  4. status <text> - Displays the status to the entire server. Won't be removed unless called.
  5. unstatus` - Removes the current status.
  6. shutdown <delay> - Shuts down the server in a duration.
  7. cancelshutdown` - Cancels the current shut down.
  8. brightness <number> - Changes the game's brightness.
  9. time <number> - Changes the game's clock time.
  10. respawntime <duration> - Changes the default respawn time for all players.
  11. defaultjumppower <number> - Changes the default jump power.
  12. defaultspeed <number> - Changes the default walk speed.
  13. defaultcharacterloads <bool> - If true, characters won't load in.
  14. useemotes <bool> - If true, new players won't be able to use emotes.
Clone this wiki locally