How would I make a group have uniforms?

How would I make a certain group have a uniform? What I mean is if you are in a certain group then when you join a game you have a uniform, pants and shirt. how would I do this for 7 groups? (if you are deciding to make a script for me, just do random 7 groups and I’ll add my groups)

You would want to detect the player entering the game, then check when the character spawns (CharacterAdded). You’d want to use IsInGroup, and if they are in the group, it will give them the uniform you selected. The only issue would be that uniforms would probably overlap if the person is in multiple groups.

Since you’re in scripting support, I’m assuming you can script this yourself, it’s incredibly simple.

Like what @AIfre_d said you would do that. What you could do is add in a team system were if they are in the group they can choose what clothing they want/group.

What I mean is for example: if you’re in the 1 group you get a different uniform. and it happens to each group 2,3,4,5,6,7.