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

Howcome my group uniform script doesn't work?

Asked by 10 years ago

So, my problem is that when I place this script, and then I place all the ID necessary. When I start the game the uniforms don't show up, help me please.

01wait(1)
02group = 226843
03rankuniforms = true --false if you have one uniform for all members
04shirtnoranks = "http://www.roblox.com/asset/?id=" -- shirt asset, only needed if rankuniforms is false
05pantsnoranks = "http://www.roblox.com/asset/?id=" -- pants asset, only needed if rankuniforms is false
06 
07totalranks = 2
08 
09rank1 = 1 -- rank number in group admin -- Private
10shirt1 = "http://www.roblox.com/asset/?id=120932240" -- rank 1 shirt asset
11pants1 = "http://www.roblox.com/asset/?id=120932317" -- rank 1 pants asset
12 
13rank2 = 2 -- rank number in group admin -- Sergeant
14shirt2 = "http://www.roblox.com/asset/?id=120932257" -- rank 2 shirt asset
15pants2 = "http://www.roblox.com/asset/?id=120932317" -- rank 2 pants asset
View all 45 lines...
0
This probably won't fix it, but to make it more lag-free replace repeat wait(.25) until plr.Character ~= nil with plr:WaitForChild("Character") yoshiegg6 176 — 10y
0
Thanks! alan3401 28 — 10y

2 answers

Log in to vote
1
Answered by 10 years ago

You've got some syntax errors: Pants1 should be pants1 and Pants2 should be pants2.

Now, please make sure that the rank numbers you are inputting in the script are the right numbers. Try and open your group properties and see if the little number aside from the rank name are exactly like in the script.

0
Thanks! alan3401 28 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

Remember, the uniform is the TEMPLATE, not the clothes you buy from the store. And, to find the template subtract 1 from the last two numbers, if you have any number, such that has a 1 at the end, it can't be 0, so subtract two. Remember to review your work and use the output to check errors.

Answer this question