About 15 results
Open links in new tab
  1. Cmdr - eryn

    100% Extensible Cmdr ships with a set of optional default commands for the very most commonly used commands for debugging your game, but the real power of Cmdr is its extensibility. You can register …

  2. Setup | Cmdr - eryn

    Sep 23, 2020 · The Cmdr GUI will be inserted into StarterGui if it doesn't already exist. You can customize the GUI to your liking (changing colors, etc.) if you play the game, copy the GUI, stop the …

  3. Meta-Commands | Cmdr - eryn

    Oct 8, 2020 · By default, if the evaluated command output has a space in it, the return value will be encapsulated in quote marks so that the entire value is perceived as one argument to Cmdr.

  4. Registry | Cmdr - eryn

    Oct 15, 2020 · CommandArgument CommandDefinition Properties Cmdr Instance Methods RegisterTypesIn Parameters

  5. Commands | Cmdr - eryn

    Oct 14, 2020 · If you want Cmdr to interpret the operator as literal text, you can escape these operators by inserting a \ before them. For example: \* will be interpreted as a literal *.

  6. Cmdr | Cmdr - eryn

    Sep 8, 2019 · Fully extensible command console for Roblox developers.Refers to a table containing many useful utility functions.

  7. CmdrClient | Cmdr - eryn

    Aug 14, 2020 · Sets whether or not Cmdr can be shown via the defined activation keys. Useful for when you want users to need to opt-in to show the console in a settings menu.

  8. Types | Cmdr - eryn

    Oct 28, 2020 · The Default function should always return a string, as this is inserted BEFORE parsing. For any argument that is type with a default value, you can simply type a . in Cmdr and the default …

  9. Hooks | Cmdr - eryn

    Aug 14, 2020 · This hook is most useful for logging. Since we don't want to add this hook on the client in this example, we can just require the server version of Cmdr and add this hook directly right here (as …

  10. v1.8.3 | Cmdr - eryn.io

    New function CmdrClient:SetMashToEnable(true) to enable Mash to Enable mode, which requires the player to press the activation key 7 times in quick succession to open the Cmdr menu for the first time.