game.Players.PlayerAdded:connect(function(plr) if plr:IsInGroup(12345) then
How would I see if the player is not in that group? I'm confused and feel like I should know this.