I was making things for my game and someone suggested that i add a light switch that only a certain rank in a group can flip, i have no idea if that’s even possible to do but if it is What do i do?
1 Like
Use the GetRankInGroup method for the player clicking the light switch and if they’re ranked above the rank ID you want you’d allow the light switch to be flipped.
1 Like