Commands on the client side can not be set to ‘restricted’. As there’s no way for the client to know if a player has permissions for it. So it must be a server sided command. Then it’ll work. You can just use a server side command, then trigger an event on the client. The ace will then automatically be checked when the command is executed (command.<command name>), so you don’t have to do it.

1 Like