Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I need help with a script, can anyone help me?

Asked by 10 years ago

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?

01local config = script.Parent.bools
02local player = script.Parent.Parent.Parent
03 
04if player:IsInGroup(1111913) then
05config["The Continental Army"].Value = true
06end
07 
08if player:IsInGroup(946336) then
09config["Immigrant"].Value = true
10end
11 
12if player:IsInGroup(1111913) then
13config["Citizens"].Value = true
14end
15 
16if player:IsInGroup(946336) then
17config["Boston Raiders"].Value = true
18end
0
I think you need "script.Parent.bools:GetChildren()" on line 1. GoldenPhysics 474 — 10y
0
Sperate or with the Locals? RedstoneStudios 0 — 10y
0
Either. GoldenPhysics 474 — 10y

Answer this question