Check multiple tshirts instead of 1?
CURRENT SCRIPT :
01 | local sen 2 = script.Parent.Sen 2 |
02 | local link = game:GetService( "BadgeService" ) |
08 | local sc = script.Parent.Screen.SurfaceGui.Frame |
10 | function onTouched(hit) |
11 | local human = hit.Parent:FindFirstChild 'Humanoid' |
12 | local pla = game.Players:GetPlayerFromCharacter(hit.Parent) |
15 | if hit.Parent:FindFirstChild 'Shirt Graphic' then |
16 | if hit.Parent [ "Shirt Graphic" ] .Graphic = = shirt then |
20 | elseif hit.Parent [ "Shirt Graphic" ] .Graphic ~ = shirt then |
30 | script.Parent.Sen 2. Touched:connect(onTouched) |
As you can see here I only am checking 1 tshirt in the script at the moment, how can I change this so I can have possibly a folder of number values that consist of tshirt IDs, and it goes through checking them all seeing if the player is wearing at least one of the real tshirt it prints "yes"