Adonis admin help

Hello. I’ve made a custom rank in adonis admin and I need a way to make a command when you type :instructor [name] it makes them a temporary instructor for 12 hours or so. (if possible, if not then just temp instructor until next time they leave.)

Here is the rank:
image

And from here i am completely blank :sweat_smile: Any help is great :smile:

It’s possible. Doing this would involve saving the time that they were ranked, then checking everytime they join the game if they are an instructor and then accessing the datastore with the time they got ranked. It would involve modification of the adonis backbone or some hacky solution. An easier one would be just to remove the rank after they leave.

Thanks for the quick reply :smile:
do you know how i would do this exactly? Like what steps do i take to achieve this