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

Group Rank Only Gear?

Asked by 10 years ago

If Someone Is Going To Yell at me, Please Don't, I Have Tried To Script Multiple Times BUT THEY NEVER WORK! Is There A Way To Make Group Rank Only Gear, I've Never Seen it But I Run A Clone Trooper Group And I Want To Make A Jedi Rank, But i want only it get's Light Saber

2 answers

Log in to vote
1
Answered by 10 years ago

First you must check if the user is in a group

player:IsInGroup(groupID)

Then, use

player:GetRoleInGroup(groupID)

and check if it returns the name of the rank you want

if (player:GetRoleInGroup(groupID) == "My rank") then

and you can just clone the tool from somewhere and put it into player's Backpack object.

Ad
Log in to vote
-1
Answered by 10 years ago

Well, you could do strings. As in, when you make a script that shows players ranks, you could string it as if something above their head says the rank, that gives them the tools, then it will clone from lighting to the players backpack.

Answer this question