sam.Command.new
Description
Creates a new command object and returns it.
You must create the command in a shared file, which means you create it exactly the same on both Server & Client sides.
You need to call
command:End()
to actually register the command.
Aguments
string command_name
Returns
Example #1
Last updated
Was this helpful?