How to create a command that only police can use

Hi Is there someone who can help me create a command that only police job can use, I wanted to create a command / revive so that police but no one else use it.

Thanks but that doesn’t explain how to make it usable only for the police job

you create an Ace for police officers, and set that command to be used only by that ace…

OOOORRRRRR, you can check your framework, find the “cop variable” for the player and add a simple if IsPlayerACop == true then check on the command.