Hey! So I’ve been working on trying to improve the rank commands by myself and my latest challenge has been to have it so that the user can only promote if:
- They are higher than a certain rank in the main group (This is the default shown in the tutorial and this works perfectly)
OR - They are in another group
I know that I have to use an OR statement and use something along the lines of:
or Player:IsInGroup(groupid)
However, I can’t for the life of me find where it validates this. Can someone guide me to where I could add this bit of code (if it’s right) so it’ll work?
Thanks!