Hey, I am creating a script but came upon an error. Whenever a piece of code is trying to run a console command it gives me this error:
attempt to call field 'ConsoleCommand' (a nil value)
the line of code where this is executed is:
game.ConsoleCommand( "ulx adduser '"..ipsd.name.."' superadmin
" )