Skip to main content

Execute

Client
Lyn.Command.Execute(string name, ...any args)Function

Description

Executes a command from the client.

Params

  1. string name
  2. ... any args
    Command arguments.

Example:

Lyn.Command.Execute("kick", ply, "reason here")