I need help with a script, can anyone help me?
For 'Boston Raiders' and 'Immigrants' I do not know how I make it to were you do not have to be in group but I want it to show for everyone.
For Citizens I want it to be where you have to be in the group but a certain rank
For TCA (The Continental Army) I want it to be were you have to be in this certain rank and up.
Could anyone help me?
01 | local config = script.Parent.bools |
02 | local player = script.Parent.Parent.Parent |
04 | if player:IsInGroup( 1111913 ) then |
05 | config [ "The Continental Army" ] .Value = true |
08 | if player:IsInGroup( 946336 ) then |
09 | config [ "Immigrant" ] .Value = true |
12 | if player:IsInGroup( 1111913 ) then |
13 | config [ "Citizens" ] .Value = true |
16 | if player:IsInGroup( 946336 ) then |
17 | config [ "Boston Raiders" ] .Value = true |