#Adonis Rank Permissions Question
1 messages · Page 1 of 1 (latest)
Group:<GroupId>:<GroupRank> will select only that specific rank, however you can do Group:<GroupId>:-<GroupRank> to select that rank and all ranks above it
@glass roost
so if i did that, would it not work?
for ranks 252 and aboce
yes
to select all ranks above too, you have to add a minus (-) before the rank
Group:16103969:-252
then that would be all ransk above 252?
yes
?
if i wanted to have multiple ranks for HeadAdmins and I did Group:16103969:249,250,251 would that work?
you'll have to do those separately
"Group:yourId:249", "Group:yourId:250", "Group:yourId:251" and so on
lua lets you use both
yes