#Admin — Managing Players
| Command | What it does |
|---|---|
/target [player] | Aim the console at a player; blank shows who it's currently aimed at |
/level <level> [player] | Set the level outright |
/rebirths <count> [player] | Set the rebirth count outright — does not run the actual rebirth reset (see below) |
/rebirth [player] | Run a real rebirth, with every reset it normally causes |
/walkspeed <speed> [player] | Set a custom WalkSpeed; 0 hands control back to the level cap |
/reset [player] | Wipe a profile back to defaults |
/list players | List everyone currently in the server, with UserIds |
#/rebirths vs /rebirth
These are not interchangeable. /rebirths 5 just writes 5 into the rebirth count for testing a
multiplier value — it does not touch Level, Speed, or anything else /rebirth normally resets.
/rebirth runs the real thing: the full Level/Speed/CustomSpeed reset, exactly as if the player had earned
it, plus incrementing the rebirth count by 1.
#/reset — the destructive one
Wipes a player's entire profile back to ProfileTemplate.Default() — Speed, Level, Rebirths, cosmetics,
items, everything. Because this is the one command that can't be undone, it requires being typed twice
within 6 seconds to actually run; the first attempt just arms it and tells you so.
See Admin Console — Basics for opening the console and general syntax.