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

How do I create a script that gives members of a certain group a certain shirt/pants?

Asked by 10 years ago

How do I create a script that gives members of a certain group a certain shirt/pants?

1 answer

Log in to vote
0
Answered by
Vathriel 510 Moderation Voter
10 years ago

I recommend having a preloaded shirt and pants in workspace, and then deleting the users shirt and pants and then cloning the new shirt and pants into them.

0
But how would I have it for only certain people in a group? ChemicallyAlter 0 — 10y
0
game.PlayerAdded:connect(function(p) if p:GetGroupRank>0 then --blah else end end) Vathriel 510 — 10y
Ad

Answer this question