Skip to main content

client.exec

Executes a console command. Multiple commands can be combined with ';'. Be careful when passing user input (including player names) to it.

client.exec(...)

Arguments

NameDescriptionType
cmdThe console command(s) to execute. Additional arguments will be concatenated.string