I have a server script, that checks if the player is in the group and then gives them the correct loadout according to their rank.
I don’t really mind all of the scripting, i find it quite easy to change.
The script is a server script in “ServerScriptService”
I am wondering on how to make it so if the player is in ANOTHER group as well as the main group (because the group has regiments) and it skips the main function.
The current code works fine, just wanting to know how i would do a “regiment” system.