Exe 6
  • What's Exe 6?
  • Get Started
    • Purchasing
  • Installation
  • Authentication
  • Roles
  • Configuration
  • Custom Commands
    • Getting Started
    • Attributes
    • Parameters
      • Player Parameter
      • Slider Parameter
      • Text Box parameter
      • Boolean Parameter
      • Enum Parameter
    • Receiving Events
    • Demostration
  • APPS
    • Introduction to Apps
    • Prepare
    • Publish
    • Submit
    • Update
    • App Guidelines
Powered by GitBook
On this page
  1. Custom Commands
  2. Parameters

Player Parameter

PreviousParametersNextSlider Parameter

Last updated 1 month ago

The player parameter opens a list with all the players in the server that you are in, You can select them and the command will set them all.

How to register it?

Code:

MyCommand:AddParameter("Player", {
    Name = "Amazing Player", --// Parameter name.
    SelectionRange = NumberRange.new(1, 1), --// Minimum & Maximum selection of players.
})

If you did it correctly, You should see the parameter appear on the parameters section.