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.
01 | wait( 1 ) |
02 | group = 226843 |
03 | rankuniforms = true --false if you have one uniform for all members |
04 | shirtnoranks = "http://www.roblox.com/asset/?id=" -- shirt asset, only needed if rankuniforms is false |
05 | pantsnoranks = "http://www.roblox.com/asset/?id=" -- pants asset, only needed if rankuniforms is false |
06 |
07 | totalranks = 2 |
08 |
09 | rank 1 = 1 -- rank number in group admin -- Private |
10 | shirt 1 = "http://www.roblox.com/asset/?id=120932240" -- rank 1 shirt asset |
11 | pants 1 = "http://www.roblox.com/asset/?id=120932317" -- rank 1 pants asset |
12 |
13 | rank 2 = 2 -- rank number in group admin -- Sergeant |
14 | shirt 2 = "http://www.roblox.com/asset/?id=120932257" -- rank 2 shirt asset |
15 | pants 2 = "http://www.roblox.com/asset/?id=120932317" -- rank 2 pants asset |
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.
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.